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