public abstract class UnaryOperator extends Object
This is the superclass for all unary operators
Constructor and Description |
---|
UnaryOperator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract Object |
apply(Object pValue)
Applies the operator to the given value
|
abstract String |
getOperatorSymbol()
Returns the symbol representing the operator
|
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.