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