public abstract class UnaryOperator extends Object
Constructor and Description |
---|
UnaryOperator()
Initializes this unary operator.
|
Modifier and Type | Method and Description |
---|---|
abstract double |
operation(double a)
Returns the result of applying this unary operator to the
given double.
|