T - the keyType of elements maintained by this Collectionpublic interface ObjectByteUnaryOperator<T>
extends java.util.function.BiFunction<T,java.lang.Byte,java.lang.Byte>
| Modifier and Type | Method and Description |
|---|---|
default java.lang.Byte |
apply(T k,
java.lang.Byte v) |
byte |
applyAsByte(T k,
byte v)
A Type Specifc apply method to reduce boxing/unboxing.
|
byte applyAsByte(T k, byte v)
k - the first function argumentv - the second function argument