Package eu.bandm.tools.util.java
Class Iterables.FilterIterable<A>
java.lang.Object
eu.bandm.tools.util.java.Iterables.FilterIterable<A>
- All Implemented Interfaces:
Iterable<A>
- Enclosing class:
Iterables
@Deprecated(forRemoval=true,
since="1.0")
public abstract static class Iterables.FilterIterable<A>
extends Object
implements Iterable<A>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FilterIterable
(Iterable<A> things) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
FilterIterable
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
Iterables.filter(java.util.function.Predicate<? super A>, java.lang.Iterable<A>)
instead.