public interface Filter<T>
Archive
. Used on multi-add operations such as
Archive.merge(Archive, Filter)
.Modifier and Type | Method and Description |
---|---|
boolean |
include(T object)
Called per operation in a multi add operation.
|
boolean include(T object)
object
- a object to filter on