Interface ArpResponderUtil.TriFunction<T,​U,​S,​R>

  • Type Parameters:
    T - Input type
    U - Input type
    S - Input type
    R - Return Type
    Enclosing class:
    ArpResponderUtil

    public static interface ArpResponderUtil.TriFunction<T,​U,​S,​R>
    A Interface that represent lambda TriFunction.
    • Method Detail

      • apply

        R apply​(T t,
                U u,
                S s)
        Apply the Action.
        Parameters:
        t - Input1
        u - Input2
        s - Input3
        Returns:
        computed result