public interface Function<R,T>
R
apply(T t)
static <T> Function<T,T>
identity()
R apply(T t)
static <T> Function<T,T> identity()