Interface ThrowableHolder.ThrowableCallable<T>

  • Type Parameters:
    T - value
    Enclosing interface:
    ThrowableHolder
    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 static interface ThrowableHolder.ThrowableCallable<T>
    Represents a throwable callable, a FunctionalInterface which's functional method is call(), which can throw an SQLException