|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ByteByteToByteFunction
Represents a function that accepts
two byte-valued arguments
and produces a byte-valued result.
This is the (byte, byte, byte)
specialization of BiFunction.
Unlike ByteBinaryOperator, this function is supposed to accept heterogeneous
arguments, e. g. key and value
in ByteByteMap.compute(byte, ByteByteToByteFunction)
method.
BiFunction| Method Summary | |
|---|---|
byte |
applyAsByte(byte a,
byte b)
Applies this function to the given arguments. |
| Method Detail |
|---|
byte applyAsByte(byte a,
byte b)
a - the first function argumentb - the second function argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||