FlatMap(FuncRes) |
Returns the error when IsErr; map() when IsOk, flattenning the result.
This is a shorthand for sequential Map and Flatten calls.
C#
|
FlatMapTOut(FuncResTOut) |
Returns the error when IsErr; map() when IsOk, flattenning the result.
This is a shorthand for sequential Map and Flatten calls.
C#
|