Interface Functions.Function1<Param,​Result>

  • Type Parameters:
    Param - the only argument that is passed to the closure
    Result - the result of the single closure method.
    Enclosing interface:
    Functions

    public static interface Functions.Function1<Param,​Result>
    A function that takes one argument.