@FunctionalInterfacepublic interfaceIntToLongFunction
int-to-long primitive specialization forFunction.This is afunctional interface whose functional method isapplyAsLong(int).
Function| Modifier and Type | Method | Description |
|---|---|---|
long | applyAsLong(int value) | Applies this function to the given argument. |