public class NotOperator extends UnaryOperator
The implementation of the not operator
Modifier and Type | Field and Description |
---|---|
static NotOperator |
SINGLETON |
Constructor and Description |
---|
NotOperator()
Constructor
|
Modifier and Type | Method and Description |
---|---|
Object |
apply(Object pValue,
Object pContext,
Logger pLogger)
Applies the operator to the given value
|
String |
getOperatorSymbol()
Returns the symbol representing the operator
|
public static final NotOperator SINGLETON
public String getOperatorSymbol()
getOperatorSymbol
in class UnaryOperator
public Object apply(Object pValue, Object pContext, Logger pLogger) throws ELException
apply
in class UnaryOperator
ELException
Copyright © 2016 JBoss by Red Hat. All rights reserved.