T
R
public interface PlainFunction<T,R> extends Function<T,R>
Function
apply(Object)
apply(T t)
R apply(T t)
apply
Function<T,R>