public interface FileListFilter<F>
Modifier and Type | Method and Description |
---|---|
List<F> |
filterFiles(F[] files)
Filters out files and returns the files that are left in a list, or an
empty list when a null is passed in.
|
Copyright © 2018. All rights reserved.