com.koloboke.function
Interface LongUnaryOperator


public interface LongUnaryOperator

Represents an operation on a single long-valued operand that produces a long-valued result. This is the primitive type specialization of UnaryOperator for long.

See Also:
UnaryOperator

Method Summary
 long applyAsLong(long operand)
          Applies this operator to the given operand.
 

Method Detail

applyAsLong

long applyAsLong(long operand)
Applies this operator to the given operand.

Parameters:
operand - the operand
Returns:
the operator result