Package 

Class ResultKt

    • Method Summary

      Modifier and Type Method Description
      final static Result<Unit> toUnitResult(Result<?> $self) Returns a Result of Unit from any type of a Result.
      final static <T extends Any> Result<T> toResult(T $self) Returns a Result that contains an instance of T as a data payload.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait