Package org.apache.commons.functor.core.collection
package org.apache.commons.functor.core.collection
Collection-based functors, algorithms and utilities.
-
ClassesClassDescriptionAdds a fluent filtering API to any
Iterable.Iterator that filters another Iterator by only passing through those elements that are matched by a specified UnaryPredicate.IsElementOf<L,R> ABinaryPredicatethat checks to see if the specified object is an element of the specified Collection.IsEmpty<A>Size<A>Returns the size of the specified Collection, or the length of the specified array or String.TransformedIterator<E,T> Iterator that transforms another Iterator by applying a UnaryFunction to each returned element.