|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
R
- the type of the result of the functionpublic interface LongFunction<R>
Represents a function that accepts a long
-valued argument and produces a
result. This is the long
-consuming primitive specialization for
Function
.
Function
Method Summary | |
---|---|
R |
apply(long value)
Applies this function to the given argument. |
Method Detail |
---|
R apply(long value)
value
- the function argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |