public interface ReducibleCollection<N extends NamedObject> extends Iterable<N>
| Modifier and Type | Method and Description |
|---|---|
void |
filter(Predicate<? super N> predicate)
Filter out objects.
|
void |
resetFilter()
Reset all previously filtered objects.
|
forEach, iterator, spliteratorCopyright © 2000-2024 Sualeh Fatehi. All rights reserved.