Interface DiscardAwareFileListFilter<F>

All Superinterfaces:
FileListFilter<F>
All Known Implementing Classes:
ChainFileListFilter, CompositeFileListFilter, LastModifiedFileListFilter

public interface DiscardAwareFileListFilter<F>
extends FileListFilter<F>
The FileListFilter modification which can accept a Consumer which can be called when the filter discards the file.
Since:
5.0.5
Author:
Artem Bilan, Gary Russell