Interface ThrowingVoidFunction<T extends java.lang.Throwable>


  • public interface ThrowingVoidFunction<T extends java.lang.Throwable>
    Functional interface that performs an operation that might throw an exception.

    Follows naming scheme of Java 8 functional interfaces.

    • Method Detail

      • apply

        void apply()
            throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable