|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntToLongFunction
Represents a function that accepts an int
-valued argument and produces a
long
-valued result. This is the int
-to-long
primitive
specialization for Function
.
Function
Method Summary | |
---|---|
long |
applyAsLong(int value)
Applies this function to the given argument. |
Method Detail |
---|
long applyAsLong(int value)
value
- the function argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |