Interface DiscardAwareFileListFilter<F>

Type Parameters:
F - The type that will be filtered.
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
  • Method Details