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(Function<? super T,? extends V> function) |
<V> ListBatch<V> |
SelectListBatch.collect(Function<? super T,? extends V> function) |
<VV> ListBatch<VV> |
CollectListBatch.collect(Function<? super V,? extends VV> function) |
ListBatch<T> |
ListBatch.select(Predicate<? super T> predicate) |
ListBatch<T> |
SelectListBatch.select(Predicate<? super T> predicate) |
ListBatch<V> |
CollectListBatch.select(Predicate<? super V> predicate) |
Constructor and Description |
---|
CollectListBatch(ListBatch<T> listBatch,
Function<? super T,? extends V> function) |
SelectListBatch(ListBatch<T> listBatch,
Predicate<? super T> predicate) |
Copyright © 2004–2017. All rights reserved.