com.koloboke.function
Interface ShortUnaryOperator
public interface ShortUnaryOperator
Represents an operation on a single short-valued operand that produces
a short-valued result. This is the primitive type specialization of
UnaryOperator for short.
- See Also:
UnaryOperator
|
Method Summary |
short |
applyAsShort(short operand)
Applies this operator to the given operand. |
applyAsShort
short applyAsShort(short operand)
- Applies this operator to the given operand.
- Parameters:
operand - the operand
- Returns:
- the operator result