JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
org.apache.flink.cep.pattern.conditions.RichCompositeIterativeCondition
Packages that use
RichCompositeIterativeCondition
Package
Description
org.apache.flink.cep.pattern.conditions
Uses of
RichCompositeIterativeCondition
in
org.apache.flink.cep.pattern.conditions
Subclasses of
RichCompositeIterativeCondition
in
org.apache.flink.cep.pattern.conditions
Modifier and Type
Class
Description
class
RichAndCondition
<T>
A
condition
which combines two conditions with a logical
AND
and returns
true
if both are
true
.
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
.