Interface RuntimeExceptionFunction<T extends Exception,​R extends RuntimeException>

  • Type Parameters:
    T -
    R -
    All Known Implementing Classes:
    RuntimeExceptionFunctionImpl
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface RuntimeExceptionFunction<T extends Exception,​R extends RuntimeException>
    Convert checked exception to runtime exception
    Author:
    slavb