class SomeContext <A, B> Source #
Provides a fluent context when calling the Some(Func) method from a member of the Optional trait. Must call None(Func) or None(Value) on this context to complete the matching operation.
type | A | Bound optional value type |
type | B | The operation return value type |
class SomeUnitContext <A> Source #
Provides a fluent context when calling the Some(Action) method from Optional trait. Must call None(Action) or None(Value) on this context to complete the matching operation.
type | A | Bound optional value type |