public abstract class AbstractParallelListIterable<T,B extends ListBatch<T>> extends AbstractParallelIterable<T,B> implements com.gs.collections.api.list.ParallelListIterable<T>
| Constructor and Description |
|---|
AbstractParallelListIterable() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.ParallelUnsortedSetIterable<T> |
asUnique() |
<V> com.gs.collections.api.list.ParallelListIterable<V> |
collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> com.gs.collections.api.list.ParallelListIterable<V> |
collectIf(com.gs.collections.api.block.predicate.Predicate<? super T> predicate,
com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<P,V> com.gs.collections.api.list.ParallelListIterable<V> |
collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends V> function,
P parameter) |
<V> com.gs.collections.api.list.ParallelListIterable<V> |
flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> com.gs.collections.api.multimap.list.ListMultimap<V,T> |
groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> com.gs.collections.api.multimap.list.ListMultimap<V,T> |
groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> com.gs.collections.api.map.MapIterable<V,T> |
groupByUniqueKey(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
com.gs.collections.api.list.ParallelListIterable<T> |
reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> com.gs.collections.api.list.ParallelListIterable<T> |
rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
com.gs.collections.api.list.ParallelListIterable<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> com.gs.collections.api.list.ParallelListIterable<S> |
selectInstancesOf(Class<S> clazz) |
<P> com.gs.collections.api.list.ParallelListIterable<T> |
selectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
Object[] |
toArray() |
<E> E[] |
toArray(E[] array) |
aggregateBy, aggregateInPlaceBy, allSatisfyWith, anySatisfyWith, appendString, appendString, appendString, count, countWith, detectIfNone, detectWith, detectWithIfNone, forEachWith, getBatchSize, getExecutorService, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, split, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBy, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, forEach, forEachWith, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBypublic com.gs.collections.api.set.ParallelUnsortedSetIterable<T> asUnique()
public com.gs.collections.api.list.ParallelListIterable<T> select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> com.gs.collections.api.list.ParallelListIterable<T> selectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <S> com.gs.collections.api.list.ParallelListIterable<S> selectInstancesOf(Class<S> clazz)
public com.gs.collections.api.list.ParallelListIterable<T> reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> com.gs.collections.api.list.ParallelListIterable<T> rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <V> com.gs.collections.api.list.ParallelListIterable<V> collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public <P,V> com.gs.collections.api.list.ParallelListIterable<V> collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends V> function, P parameter)
public <V> com.gs.collections.api.list.ParallelListIterable<V> collectIf(com.gs.collections.api.block.predicate.Predicate<? super T> predicate, com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public <V> com.gs.collections.api.list.ParallelListIterable<V> flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
public <V> com.gs.collections.api.multimap.list.ListMultimap<V,T> groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
public <V> com.gs.collections.api.multimap.list.ListMultimap<V,T> groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
public <V> com.gs.collections.api.map.MapIterable<V,T> groupByUniqueKey(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
groupByUniqueKey in interface com.gs.collections.api.ParallelIterable<T>groupByUniqueKey in class AbstractParallelIterable<T,B extends ListBatch<T>>public Object[] toArray()
Copyright © 2004–2016. All rights reserved.