Class CollectBooleanIterable<T>

java.lang.Object
org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
org.eclipse.collections.impl.lazy.primitive.CollectBooleanIterable<T>
All Implemented Interfaces:
BooleanIterable, LazyBooleanIterable, PrimitiveIterable

public class CollectBooleanIterable<T> extends AbstractLazyBooleanIterable
A CollectIntIterable is an iterable that transforms a source iterable using an IntFunction as it iterates.