public abstract static class CommonProcessors.FindProcessor<T> extends java.lang.Object implements Processor<T>
Constructor and Description |
---|
FindProcessor() |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
accept(T t) |
T |
getFoundValue() |
boolean |
isFound() |
boolean |
process(T t) |
T |
reset() |