public final class ResultKt
final static <T extends Any> Result<List<T>>
sequence(Iterable<Result<T>> $self)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static <T extends Any> Result<List<T>> sequence(Iterable<Result<T>> $self)
Joins these results into one list result, forwarding the first loading or error state.