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