| Package | Description |
|---|---|
| org.eclipse.collections.impl.lazy.parallel | |
| org.eclipse.collections.impl.lazy.parallel.list | |
| org.eclipse.collections.impl.lazy.parallel.set.sorted |
| Modifier and Type | Method and Description |
|---|---|
OrderedBatch<T> |
OrderedBatch.select(Predicate<? super T> predicate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ListBatch<T> |
interface |
RootListBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectListBatch<T,V> |
class |
FlatCollectListBatch<T,V> |
class |
ListIterableBatch<T> |
class |
SelectListBatch<T> |
| Constructor and Description |
|---|
ParallelCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable,
Function<? super T,? extends V> function) |
ParallelFlatCollectListIterable(AbstractParallelIterable<T,? extends OrderedBatch<T>> parallelIterable,
Function<? super T,? extends Iterable<V>> function) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootSortedSetBatch<T> |
interface |
SortedSetBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSortedSetBatch<T,V> |
class |
FlatCollectSortedSetBatch<T,V> |
class |
SelectSortedSetBatch<T> |
Copyright © 2004–2022. All rights reserved.