@FunctionalInterface public interface ByteLongToLongFunction
byte
-valued and
a long
-valued argument
and produces a long
-valued result.
This is the (byte, long, long)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(byte a,
long b)
Applies this function to the given arguments.
|