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