public interface ReducibleCollection<N extends NamedObject>
extends java.lang.Iterable<N>
| Modifier and Type | Method and Description |
|---|---|
void |
filter(java.util.function.Predicate<? super N> predicate) |
boolean |
isFiltered(NamedObject object) |
void filter(java.util.function.Predicate<? super N> predicate)
boolean isFiltered(NamedObject object)
Copyright © 2000-2018 Sualeh Fatehi. All rights reserved.