public abstract class UnaryOperator extends Object
This is the superclass for all unary operators
| Constructor and Description |
|---|
UnaryOperator()
Constructor
|
public abstract String getOperatorSymbol()
public abstract Object apply(Object pValue, Object pContext, Logger pLogger) throws ELException
ELExceptionCopyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.