S
- the type to evaluatepublic static interface RingBuffer.ForEachEvaluator<S>
RingBuffer.forEach(org.apache.nifi.util.RingBuffer.ForEachEvaluator<T>)
methodModifier 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 evaluateCopyright © 2017 Apache NiFi Project. All rights reserved.