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