@FunctionalInterface
public interface RemoteBlobFilter
FileFilter allowing you filter a remote blob| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(RemoteBlob blob)
Whether the given file is accepted by this filter.
|
boolean accept(RemoteBlob blob)