fx-sharp
0.1
A collection of functional extensions for C#.
|
FxSharp | |
Extensions | |
Utils | |
Either< TLeft, TRight > | An Either wraps the result of a computation that can fail or the resulting error val. The subtype 'Right' represents a successful result wrapping the val whereas the 'Left' subtype represents a failed computation with the resulting error val. |
Maybe< T > | A type to describe a possibly absent val. |
JetBrains | |
Annotations |