-
Notifications
You must be signed in to change notification settings - Fork 15
None
David Arno edited this page Jun 27, 2016
·
1 revision
SuccincT.Unions.None
Singleton value class that encapsulates the None literal used by various SuccincT classes, primarily Option<T>.
None.none
The sole implemented value of None. If used with the Option<T> type, this value need never be explicitly accessed. However, it is exposed for third-party use, should the need arise.
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