Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
static Disjunction |
Expressions.or()
Logical OR disjunction.
|
static Disjunction |
Expressions.or(Expression first,
Expression second,
Expression... expressions)
Logical OR disjunction.
|