• Method Summary

    andThen(Function<? super R,? extends V> after)

    Returns a composed function that first applies this function to its input, and then applies the after function to the result.

    Applies this function to the given argument.

    compose(Function<? super V,? extends T> before)

    Returns a composed function that first applies the before function to its input, and then applies this function to the result.

    identity()

    Returns a function that always returns its input argument.

  • Method Details

    • apply

    • compose

    • andThen

    • identity