Interface ThrowingTriFunction<I,​J,​K,​R,​E extends java.lang.Throwable>

    • Method Detail

      • apply

        R apply​(I inputOne,
                J inputTwo,
                K inputThree)
         throws E extends java.lang.Throwable
        Throws:
        E extends java.lang.Throwable