Interface Functions.Function4<P1,​P2,​P3,​P4,​Result>

  • Type Parameters:
    P1 - the first argument that is passed to the closure
    P2 - the second argument that is passed to the closure
    P3 - the third argument that is passed to the closure
    P4 - the fourth argument that is passed to the closure
    Result - the result of the single closure method.
    Enclosing interface:
    Functions

    public static interface Functions.Function4<P1,​P2,​P3,​P4,​Result>
    A function that takes four arguments.