Interface CheckedFunction3<A,​B,​C,​R>


  • public interface CheckedFunction3<A,​B,​C,​R>
    Represents an operation that accepts three arguments and returns single result.
    Author:
    jumperchen
    • Method Detail

      • apply

        R apply​(A a,
                B b,
                C c)
         throws java.lang.Throwable
        Throws:
        java.lang.Throwable