Class Result.R<T>

java.lang.Object
com.landawn.abacus.util.Result<T,RuntimeException>
com.landawn.abacus.util.Result.R<T>
All Implemented Interfaces:
Immutable
Enclosing class:
Result<T,E extends Throwable>

@Beta public static class Result.R<T> extends Result<T,RuntimeException>
  • Method Details

    • of

      public static <T> Result.R<T> of(T value, RuntimeException exception)
      Type Parameters:
      T -
      Parameters:
      value -
      exception -
      Returns: