FlatMapTOut(FuncT, OptTOut) |
Returns None when IsNone; map(val) when IsSome flattening the result.
Shorthand combining Map and Flatten calls.
C#
|
FlatMapTOut(FuncT, TaskOptTOut) |
(async version)
Returns None when IsNone; map(val) when IsSome flattening the result.
Shorthand combining Map and Flatten calls.
C#
|