ResultTupleMethods<A, B> extension

Record extension providing convenience extension methods.

on

Methods

combine<R>(R combine(A a, B b)) Result<R>
Combines the data of all Results into a single Result, using the provided combine function.
combineData<R>(R combine(A a, B b)) → R?
Combines the data of all Results into a single value, using the provided combine function.