| Package | Description |
|---|---|
| com.gs.collections.impl.lazy.parallel | |
| com.gs.collections.impl.lazy.parallel.list | |
| com.gs.collections.impl.lazy.parallel.set.sorted |
| Modifier and Type | Method and Description |
|---|---|
<V> ListBatch<V> |
OrderedBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> ListBatch<V> |
OrderedBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
| 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 |
FlatCollectListBatch<T,V> |
class |
ListIterableBatch<T> |
class |
SelectListBatch<T> |
| Modifier and Type | Method and Description |
|---|---|
<V> ListBatch<V> |
ListIterableBatch.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) |
<VV> ListBatch<VV> |
FlatCollectListBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<V> ListBatch<V> |
ListIterableBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<V> ListBatch<V> |
SelectListBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<VV> ListBatch<VV> |
CollectListBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<VV>> function) |
<VV> ListBatch<VV> |
FlatCollectListBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<VV>> function) |
ListBatch<T> |
ListBatch.select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
ListBatch<T> |
ListIterableBatch.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) |
ListBatch<V> |
FlatCollectListBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.LazyIterable<ListBatch<V>> |
ParallelCollectListIterable.split() |
com.gs.collections.api.LazyIterable<ListBatch<V>> |
ParallelFlatCollectListIterable.split() |
| Constructor and Description |
|---|
SelectListBatch(ListBatch<T> listBatch,
com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectSortedSetBatch<T,V> |
class |
FlatCollectSortedSetBatch<T,V> |
| Modifier and Type | Method and Description |
|---|---|
<V> ListBatch<V> |
SelectSortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<VV> ListBatch<VV> |
CollectSortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<VV> ListBatch<VV> |
FlatCollectSortedSetBatch.collect(com.gs.collections.api.block.function.Function<? super V,? extends VV> function) |
<V> ListBatch<V> |
SelectSortedSetBatch.flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends java.lang.Iterable<V>> function) |
<VV> ListBatch<VV> |
CollectSortedSetBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<VV>> function) |
<VV> ListBatch<VV> |
FlatCollectSortedSetBatch.flatCollect(com.gs.collections.api.block.function.Function<? super V,? extends java.lang.Iterable<VV>> function) |
ListBatch<V> |
CollectSortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |
ListBatch<V> |
FlatCollectSortedSetBatch.select(com.gs.collections.api.block.predicate.Predicate<? super V> predicate) |