Function
@Deprecated @FunctionalInterface public interface Function<D,R>
R
apply(D arg)
R apply(D arg)
see also the complete user documentation .