Skip to content

Allow chaining Values(...).AndValues(...) ? #13

Description

@ndsvw

What's possible in this case:

  • Out.Of().Values(...).AndValues(...).AndValues(...)...
  • Out.Of().Values(...).WithWeigts(...).AndValues(...).WithWeigts(...)...

What's not possible in this case:

  • Out.Of().Values(...).WithWeigts(...).AndValues(...).Pick(...);
  • Out.Of().Values(...).AndValues(...).WithWeigts(...).Pick(...);

What about percentages?

Do all of them sum of to 100 or each of the .Values(...).WithPercentages(...) blocks?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions