Class Result.ExceptionHandler<R>

  • Enclosing interface:
    Result<T>

    public static class Result.ExceptionHandler<R>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ExceptionHandler​(java.lang.Class type, java.util.function.Function<java.lang.Exception,​R> function)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ExceptionHandler

        public ExceptionHandler​(java.lang.Class type,
                                java.util.function.Function<java.lang.Exception,​R> function)