T - the type of the input to the function@FunctionalInterfacepublic interfaceToIntFunction<T>
int-producing primitive specialization forFunction.This is afunctional interface whose functional method isapplyAsInt(Object).
Function| Modifier and Type | Method | Description |
|---|---|---|
int | applyAsInt(T value) | Applies this function to the given argument. |
int applyAsInt(T value)
value - the function argument