- Type Parameters:
R - the type of the result of the function
- All Superinterfaces:
- java.util.function.IntFunction<R>
public interface IntFunction<R>
extends java.util.function.IntFunction<R>
Retrolambda compatibility interface for java.util.function.IntFunction.