| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel.list |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParallelListIterable<T,B extends ListBatch<T>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RootListBatch<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectListBatch<T,V> |
class |
SelectListBatch<T> |
| Modifier and Type | Method and Description |
|---|---|
<V> ListBatch<V> |
ListBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> ListBatch<V> |
SelectListBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<VV> ListBatch<VV> |
CollectListBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
ListBatch<T> |
ListBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
ListBatch<T> |
SelectListBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
ListBatch<V> |
CollectListBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
| Constructor and Description |
|---|
CollectListBatch(ListBatch<T> listBatch,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
SelectListBatch(ListBatch<T> listBatch,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |