| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelIterableImpl<T,B extends Batch<T>> |
class |
ParallelDistinctIterable<T> |
class |
ParallelSelectIterable<T> |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> boolean |
AbstractParallelIterable.allSatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
protected static <T> boolean |
AbstractParallelIterable.anySatisfy(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
protected static <T> T |
AbstractParallelIterable.detect(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
protected static <T> void |
AbstractParallelIterable.forEach(AbstractParallelIterable<T,? extends RootBatch<T>> parallelIterable,
com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
| Constructor and Description |
|---|
ParallelDistinctIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable) |
ParallelSelectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelListIterable<T,B extends ListBatch<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> |
class |
ParallelCollectIterable<T,V> |
| Constructor and Description |
|---|
ParallelCollectIterable(AbstractParallelIterable<T,? extends Batch<T>> parallelIterable,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |