| 程序包 | 说明 |
|---|---|
| org.apache.flink.cep.pattern.conditions |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
AndCondition.filter(T value,
IterativeCondition.Context<T> ctx)
已过时。
|
boolean |
RichOrCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
boolean |
RichNotCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
boolean |
OrCondition.filter(T value,
IterativeCondition.Context<T> ctx)
已过时。
|
boolean |
SimpleCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
boolean |
RichAndCondition.filter(T value,
IterativeCondition.Context<T> ctx) |
abstract boolean |
IterativeCondition.filter(T value,
IterativeCondition.Context<T> ctx)
The filter function that evaluates the predicate.
|
boolean |
NotCondition.filter(T value,
IterativeCondition.Context<T> ctx)
已过时。
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.