public interface EntityFilter<T>
Modifier and Type | Method and Description |
---|---|
void |
filterEntities(Set<T> entities)
Filter entities out of the provided set by modifying it in place.
|
void |
registerFilter(Predicate<T> filter)
Register a filter.
|