Uses of Class
org.apache.commons.functor.core.collection.FilteredIterable
Packages that use FilteredIterable
-
Uses of FilteredIterable in org.apache.commons.functor.core.collection
Fields in org.apache.commons.functor.core.collection declared as FilteredIterableModifier and TypeFieldDescriptionprivate static final FilteredIterableFilteredIterable.EMPTYA defaultFilteredIterablestatic instance that iterates over an empty collection.Methods in org.apache.commons.functor.core.collection that return FilteredIterableModifier and TypeMethodDescriptionstatic <T> FilteredIterable<T> FilteredIterable.empty()Get an empty FilteredIterable.static <T> FilteredIterable<T> Get aFilteredIterableofiterable.Retain elements of any of specified types.<U> FilteredIterable<U> Retain elements of a given type with type-safety.FilteredIterable.retain(UnaryPredicate<? super T> predicate) Retain only elements matchingpredicate.