- Type Parameters:
T - the type of the input to the function
R - the type of the result of the function
- All Superinterfaces:
- java.util.function.Function<T,R>
- All Known Subinterfaces:
- UnaryOperator<T>
public interface Function<T,R>
extends java.util.function.Function<T,R>
Retrolambda compatibility interface for java.util.function.Function.