public abstract class FilteringLoopItemHandler<T> extends DeletingLoopItemHandler<T,T>
Types
' filter
methods instead of this class.deleteMark, typeConverter
Constructor and Description |
---|
FilteringLoopItemHandler(java.util.function.Predicate<T> checker)
Constructor.
|
FilteringLoopItemHandler(java.util.function.Predicate<T> checker,
T deleteMark)
Constructor.
|
afterFinish, beforeStart, handle, handleConverted