RecordFunctionToResult3<A, B, C, Z extends Object> extension
Methods
-
toResult()
→ Result<(A, B, C), Z>
-
Transforms a Record of Result functions into a single Result. The Ok value is a Record of all Result's Ok
values. The Err value is first function that evaluates to an Err.