Uses of Class
com.espertech.esper.common.client.soda.PatternMatchUntilExpr
Package
Description
This package defines the Esper statement object model.
-
Uses of PatternMatchUntilExpr in com.espertech.esper.common.client.soda
Modifier and TypeMethodDescriptionstatic PatternMatchUntilExpr
Patterns.matchUntil
(Expression low, Expression high, PatternExpr match, PatternExpr until) Match-until-pattern expression matches a certain number of occurances until a second expression becomes true.