| Package | Description |
|---|---|
| org.apache.flink.cep.pattern.conditions |
| Modifier and Type | Class and Description |
|---|---|
class |
RichAndCondition<T>
|
class |
RichNotCondition<T>
A
condition which negates the condition it wraps and returns
true if the original condition returns false. |
class |
RichOrCondition<T>
A
condition which combines two conditions with a logical OR and returns true if at least one is true. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.