RecordFunctionToResult9<A, B, C, D, E, F, G, H, I, Z extends Object> extension

on

Methods

toResult() Result<(A, B, C, D, E, F, G, H, I), 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.