S - the type to evaluatepublic static interface RingBuffer.ForEachEvaluator<S>
RingBuffer.forEach(org.apache.nifi.util.RingBuffer.ForEachEvaluator<T>) method| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(S value)
Evaluates the given element and returns
true if the next element should be evaluated, false otherwise |
boolean evaluate(S value)
true if the next element should be evaluated, false otherwisevalue - the value to evaluate