Choice.Some Method
Generates a non-deterministic return value for a rule.
Overload List
Name | Description |
---|---|
Choice.Some () | Selects a value from the entire range of a type. |
Choice.Some (T) | Selects an element from an array. |
Choice.Some (IEnumerable) | Selects an element from a collection. |
Choice.Some (Predicate) | Selects a value that satisfies a condition. |