@FunctionalInterface public interface ByteToLongFunction
byte
-valued argument and produces a
long
-valued result. This is the byte
-to-long
primitive
specialization for Function
.Function
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(byte value)
Applies this function to the given argument.
|