ResultQuadrupleMethods<A, B, C, D> extension

Record extension providing convenience extension methods.

on

Methods

combine<R>(R combine(A a, B b, C c, D d)) 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, C c, D d)) → R?
Combines the data of all Results into a single value, using the provided combine function.