Package 

Class ResultKt

    • Method Summary

      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • sequence

         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.