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

    • Method Detail

      • apply

        R apply​(A a,
                B b,
                C c)