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