@Immutable public final class CompositeIterable<E> extends AbstractLazyIterable<E>
| Constructor and Description |
|---|
CompositeIterable() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Iterable<E> iterable) |
boolean |
allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate) |
boolean |
anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate) |
E |
detect(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate) |
void |
each(org.eclipse.collections.api.block.procedure.Procedure<? super E> procedure) |
<P> void |
forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super E,? super P> procedure,
P parameter) |
void |
forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super E> objectIntProcedure) |
Iterator<E> |
iterator() |
boolean |
noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate) |
static <T> CompositeIterable<T> |
with(Iterable<T>... iterables) |
aggregateBy, aggregateInPlaceBy, asLazy, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectInt, collectLong, collectShort, collectWith, concatenate, distinct, drop, flatCollect, getFirst, getLast, groupBy, groupByEach, groupByUniqueKey, into, isEmpty, partition, partitionWith, reject, rejectWith, select, selectInstancesOf, selectWith, size, take, tap, toArray, toStack, zip, zipWithIndexallSatisfyWith, anySatisfyWith, appendString, appendString, appendString, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectInt, collectLong, collectShort, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countWith, detectIfNone, detectWith, detectWithIfNone, flatCollect, forEach, groupBy, groupByEach, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfyWith, notEmpty, reject, rejectWith, select, selectWith, sumByDouble, sumByFloat, sumByInt, sumByLong, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toString, zip, zipWithIndexequals, getClass, hashCode, notify, notifyAll, wait, wait, waitallSatisfyWith, anySatisfyWith, appendString, appendString, appendString, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectIf, collectInt, collectLong, collectShort, collectWith, contains, containsAll, containsAllArguments, containsAllIterable, count, countWith, detectIfNone, detectWith, detectWithIfNone, flatCollect, groupBy, groupByEach, groupByUniqueKey, injectInto, injectInto, injectInto, injectInto, injectInto, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfyWith, notEmpty, reject, rejectWith, select, selectWith, sumByDouble, sumByFloat, sumByInt, sumByLong, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toString, zip, zipWithIndexforEach, spliteratorpublic static <T> CompositeIterable<T> with(Iterable<T>... iterables)
public void each(org.eclipse.collections.api.block.procedure.Procedure<? super E> procedure)
public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super E> objectIntProcedure)
forEachWithIndex in interface org.eclipse.collections.api.InternalIterable<E>forEachWithIndex in class AbstractRichIterable<E>public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super E,? super P> procedure, P parameter)
forEachWith in interface org.eclipse.collections.api.InternalIterable<E>forEachWith in class AbstractRichIterable<E>public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate)
anySatisfy in interface org.eclipse.collections.api.RichIterable<E>anySatisfy in class AbstractRichIterable<E>public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate)
allSatisfy in interface org.eclipse.collections.api.RichIterable<E>allSatisfy in class AbstractRichIterable<E>public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate)
noneSatisfy in interface org.eclipse.collections.api.RichIterable<E>noneSatisfy in class AbstractRichIterable<E>public E detect(org.eclipse.collections.api.block.predicate.Predicate<? super E> predicate)
detect in interface org.eclipse.collections.api.RichIterable<E>detect in class AbstractRichIterable<E>Copyright © 2004–2017. All rights reserved.