X
- Type of source itempublic final class Filtered<X> extends CollectionEnvelope<X>
There is no thread-safety guarantee.
Constructor and Description |
---|
Filtered(Func<X,Boolean> func,
Iterable<X> src)
Ctor.
|
Filtered(Func<X,Boolean> func,
Iterator<X> src)
Ctor.
|
Filtered(Func<X,Boolean> func,
X... src)
Ctor.
|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
@SafeVarargs public Filtered(Func<X,Boolean> func, X... src)
src
- Source collectionfunc
- Filter functionpublic Filtered(Func<X,Boolean> func, Iterator<X> src)
src
- Source collectionfunc
- Filter functionCopyright © 2017–2018 Cactoos. All rights reserved.