Constructor and Description |
---|
FilteredEventIterator(ExprEvaluator[] filters,
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[] filters, Iterator<EventBean> parent, ExprEvaluatorContext exprEvaluatorContext)
filters
- is a list of expression nodes for filteringparent
- is the iterator supplying the events to apply the filter onexprEvaluatorContext
- context for expression evalauation