R - the type of the result of the functionE - the type of the exceptionpublic interface ThrowableIntFunction<R,E extends java.lang.Throwable>
int-valued input argument.IntFunction| Modifier and Type | Method and Description |
|---|---|
R |
apply(int value)
Applies this function to the given argument.
|