Interface TrinaryFunction<X,​Y,​Z,​R>

    • Method Detail

      • invoke

        R invoke​(X arg1,
                 Y arg2,
                 Z arg3)