com.koloboke.function
Interface DoubleUnaryOperator


public interface DoubleUnaryOperator

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

See Also:
UnaryOperator

Method Summary
 double applyAsDouble(double operand)
          Applies this operator to the given operand.
 

Method Detail

applyAsDouble

double applyAsDouble(double operand)
Applies this operator to the given operand.

Parameters:
operand - the operand
Returns:
the operator result