public class EmptyOperator extends UnaryOperator
The implementation of the empty operator
Modifier and Type | Field and Description |
---|---|
static EmptyOperator |
SINGLETON |
Constructor and Description |
---|
EmptyOperator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
apply(Object pValue)
Applies the operator to the given value
|
String |
getOperatorSymbol()
Returns the symbol representing the operator
|
public static final EmptyOperator SINGLETON
public EmptyOperator()
public String getOperatorSymbol()
getOperatorSymbol
in class UnaryOperator
public Object apply(Object pValue) throws ELException
apply
in class UnaryOperator
ELException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.