public class ParallelCollectUnsortedBag<T,V> extends AbstractParallelUnsortedBag<V,UnsortedBagBatch<V>>
| Constructor and Description |
|---|
ParallelCollectUnsortedBag(AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>> parallelIterable,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allSatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
boolean |
anySatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
V |
detect(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
void |
forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure) |
void |
forEachWithOccurrences(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> procedure) |
int |
getBatchSize() |
java.util.concurrent.ExecutorService |
getExecutorService() |
com.gs.collections.api.LazyIterable<UnsortedBagBatch<V>> |
split() |
asUnique, collect, collectIf, collectWith, flatCollect, groupBy, groupByEach, isOrdered, reject, rejectWith, select, selectInstancesOf, selectWith, toBagaggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, collectCombine, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, forEach, forEachWith, groupByUniqueKey, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregateBy, aggregateInPlaceBy, allSatisfyWith, anySatisfyWith, appendString, appendString, appendString, count, countWith, detectIfNone, detectWith, detectWithIfNone, forEachWith, groupByUniqueKey, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBypublic ParallelCollectUnsortedBag(AbstractParallelUnsortedBag<T,? extends UnsortedBagBatch<T>> parallelIterable, com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public java.util.concurrent.ExecutorService getExecutorService()
getExecutorService in class AbstractParallelIterable<V,UnsortedBagBatch<V>>public int getBatchSize()
getBatchSize in class AbstractParallelIterable<V,UnsortedBagBatch<V>>public com.gs.collections.api.LazyIterable<UnsortedBagBatch<V>> split()
split in class AbstractParallelIterable<V,UnsortedBagBatch<V>>public void forEach(com.gs.collections.api.block.procedure.Procedure<? super V> procedure)
public void forEachWithOccurrences(com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V> procedure)
public boolean anySatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)
public boolean allSatisfy(com.gs.collections.api.block.predicate.Predicate<? super V> predicate)