Interface Checkeds.CheckedThrowingCallable<T>

  • All Superinterfaces:
    java.util.concurrent.Callable<T>
    Enclosing class:
    Checkeds
    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 Checkeds.CheckedThrowingCallable<T>
    extends java.util.concurrent.Callable<T>
    • Method Detail

      • call

        default T call()
        Specified by:
        call in interface java.util.concurrent.Callable<T>
      • checkedThrowingCall

        T checkedThrowingCall()
                       throws java.lang.Exception
        Throws:
        java.lang.Exception