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