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