com.koloboke.function
Interface LongToByteFunction
public interface LongToByteFunction
Represents a function that accepts a long
-valued argument and produces a
byte
-valued result. This is the long
-to-byte
primitive
specialization for Function
.
- See Also:
Function
Method Summary |
byte |
applyAsByte(long value)
Applies this function to the given argument. |
applyAsByte
byte applyAsByte(long value)
- Applies this function to the given argument.
- Parameters:
value
- the function argument
- Returns:
- the function result