Package | Description |
---|---|
com.espertech.esper.client.soda |
This package defines the Esper statement object model.
|
Modifier and Type | Method and Description |
---|---|
PatternOrExpr |
PatternOrExpr.add(PatternExpr expr)
Adds a pattern expression to the OR relationship between patterns.
|
static PatternOrExpr |
Patterns.or()
Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR.
|
static PatternOrExpr |
Patterns.or(PatternExpr first,
PatternExpr second,
PatternExpr... more)
Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR.
|