@FunctionalInterface public interface ShortUnaryOperator
short
-valued operand that produces
a short
-valued result. This is the primitive type specialization of
UnaryOperator
for short
.UnaryOperator
Modifier and Type | Method and Description |
---|---|
short |
applyAsShort(short operand)
Applies this operator to the given operand.
|