@FunctionalInterface public interface FloatUnaryOperator
float
-valued operand that produces
a float
-valued result. This is the primitive type specialization of
UnaryOperator
for float
.UnaryOperator
Modifier and Type | Method and Description |
---|---|
float |
applyAsFloat(float operand)
Applies this operator to the given operand.
|