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