-
Notifications
You must be signed in to change notification settings - Fork 15
ExtensionMethodsUsingOption
David Arno edited this page Mar 8, 2017
·
1 revision
Three loosely related sets of extension methods, which use Option<T>, are supplied by Succinc<T>:
Action/FuncconversionsCyclemethods- Converting between
ActionandFunc - Extension methods for existing types that use
Option<T> - Indexed enumerations
IEnumerable<T>cons- Option-based parsers
- Partial function applications
- Pattern matching
- Pipe Operators
- Typed lambdas
AnyEither<TLeft,TRight>NoneOption<T>Success<T>Union<T1,T2>Union<T1,T2,T3>Union<T1,T2,T3,T4>UnitValueOrError