Constructor and Description |
---|
FilteredEventIterator(ExprEvaluator filter,
Iterator<EventBean> parent,
ExprEvaluatorContext exprEvaluatorContext)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
EventBean |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public FilteredEventIterator(ExprEvaluator filter, Iterator<EventBean> parent, ExprEvaluatorContext exprEvaluatorContext)
filter
- filter expression(s)parent
- is the iterator supplying the events to apply the filter onexprEvaluatorContext
- context for expression evalauationCopyright © 2005–2021. All rights reserved.