int
-consuming primitive specialization for
Function
.
This is a functional interface
whose functional method is apply(int)
.
Function
Modifier and Type | Method and Description |
---|---|
public R | Returns: the function resultthe function argument value)Applies this function to the given argument. |
apply | back to summary |
---|---|
public R apply(int value) Applies this function to the given argument.
|