FlatMap(FuncT, Res) |
Returns the error when IsErr; map(Unwrap()) when IsOk flattenning the result.
Shorthand combining Map and Flatten calls.
C#
|
FlatMapTOut(FuncT, ResTOut) |
Returns None when IsNone; map(val) when IsOk flattening the result.
Shorthand combining Map and Flatten calls.
C#
|