public interface DiscardAwareFileListFilter<F> extends FileListFilter<F>
FileListFilter modification which can accept a Consumer
which can be called when filter discards the file.| Modifier and Type | Method and Description |
|---|---|
void |
addDiscardCallback(java.util.function.Consumer<F> discardCallback) |
filterFilesvoid addDiscardCallback(java.util.function.Consumer<F> discardCallback)