T
- the type of the first argument to the function@FunctionalInterface public interface ObjByteToByteFunction<T>
byte
-valued argument
and produces a byte
-valued result.
This is the (reference, byte, byte)
specialization of BiFunction
.BiFunction
Modifier and Type | Method and Description |
---|---|
byte |
applyAsByte(T a,
byte b)
Applies this function to the given arguments.
|
byte applyAsByte(T a, byte b)
a
- the first function argumentb
- the second function argument