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

  • Type Parameters:
    A - the first argument
    B - the second argument
    C - the third argument
    R - the return type
    Enclosing class:
    TwoKeyConcurrentMap<K1,​K2,​V,​M extends java.util.Map<K2,​V>>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface TwoKeyConcurrentMap.TriFunction<A,​B,​C,​R>
    A function with three arguments.
    • Method Detail

      • apply

        R apply​(A a,
                B b,
                C c)
        Parameters:
        a - the first argument
        b - the second argument
        c - the third argument
        Returns:
        the result