Interface FuncThrow<R,​E extends java.lang.Throwable>


  • public interface FuncThrow<R,​E extends java.lang.Throwable>
    Action that is performed by some other object and can return a result
    • Method Detail

      • apply

        R apply()
         throws E extends java.lang.Throwable
        Throws:
        E extends java.lang.Throwable