Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static NotExpression |
Expressions.not(Expression inner)
Not expression negates the sub-expression to the not which is expected to return boolean-typed values.
|