com.koloboke.function
Interface FloatUnaryOperator


public interface FloatUnaryOperator

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

See Also:
UnaryOperator

Method Summary
 float applyAsFloat(float operand)
          Applies this operator to the given operand.
 

Method Detail

applyAsFloat

float applyAsFloat(float operand)
Applies this operator to the given operand.

Parameters:
operand - the operand
Returns:
the operator result