889890891892893894895
public EndedBy endedBy(Expression expr1, Expression expr2) { return new EndedByImpl(expr1, expr2); } public EndedBy endedBy(Expression expr1, Expression expr2, MatchAction matchAction) { return new EndedByImpl(expr1, expr2, matchAction); }
885886887888889890891
public During during(Expression expr1, Expression expr2, MatchAction matchAction) { return new DuringImpl(expr1, expr2, matchAction); } public EndedBy endedBy(Expression expr1, Expression expr2) { return new EndedByImpl(expr1, expr2); }