-
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
/Func
conversionsCycle
methods- Converting between
Action
andFunc
- 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
Any
Either<TLeft,TRight>
None
Option<T>
Success<T>
Union<T1,T2>
Union<T1,T2,T3>
Union<T1,T2,T3,T4>
Unit
ValueOrError