FlatMapAsync(FuncT, TaskRes) |
(async version)
Returns the error when IsErr; map(Unwrap()) when IsOk flattenning the result.
Shorthand combining Map and Flatten calls.
C#
|
FlatMapAsyncTOut(FuncT, TaskResTOut) |
(async version)
Returns None when IsNone; map(val) when IsOk flattening the result.
Shorthand combining Map and Flatten calls.
C#
|