default <V> Function<T,V>
andThen(Function<? super R,? extends V> after)
R
apply(T t)
default <V> Function<V,R>
compose(Function<? super V,? extends T> before)
static <T> Function<T,T>
identity()