public final class SynchronizedParallelListIterable<T> extends AbstractSynchronizedParallelIterable<T,org.eclipse.collections.api.list.ParallelListIterable<T>> implements org.eclipse.collections.api.list.ParallelListIterable<T>
| Constructor and Description |
|---|
SynchronizedParallelListIterable(org.eclipse.collections.api.list.ParallelListIterable<T> delegate,
Object lock) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
asUnique() |
<V> org.eclipse.collections.api.list.ParallelListIterable<V> |
collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.list.ParallelListIterable<V> |
collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<P,V> org.eclipse.collections.api.list.ParallelListIterable<V> |
collectWith(org.eclipse.collections.api.block.function.Function2<? super T,? super P,? extends V> function,
P parameter) |
<V> org.eclipse.collections.api.list.ParallelListIterable<V> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> org.eclipse.collections.api.multimap.list.ListMultimap<V,T> |
groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.multimap.list.ListMultimap<V,T> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
org.eclipse.collections.api.list.ParallelListIterable<T> |
reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> org.eclipse.collections.api.list.ParallelListIterable<T> |
rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
org.eclipse.collections.api.list.ParallelListIterable<T> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> org.eclipse.collections.api.list.ParallelListIterable<S> |
selectInstancesOf(Class<S> clazz) |
<P> org.eclipse.collections.api.list.ParallelListIterable<T> |
selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
aggregateBy, aggregateInPlaceBy, allSatisfy, allSatisfyWith, anySatisfy, anySatisfyWith, appendString, appendString, appendString, count, countWith, detect, detectIfNone, detectWith, detectWithIfNone, forEach, forEachWith, groupByUniqueKey, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, 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, groupByUniqueKey, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, toBag, toList, toMap, toSet, toSortedBag, toSortedBag, toSortedBagBy, toSortedList, toSortedList, toSortedListBy, toSortedMap, toSortedMap, toSortedSet, toSortedSet, toSortedSetBypublic org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> asUnique()
public org.eclipse.collections.api.list.ParallelListIterable<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.list.ParallelListIterable<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public org.eclipse.collections.api.list.ParallelListIterable<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.list.ParallelListIterable<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <S> org.eclipse.collections.api.list.ParallelListIterable<S> selectInstancesOf(Class<S> clazz)
public <V> org.eclipse.collections.api.list.ParallelListIterable<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public <P,V> org.eclipse.collections.api.list.ParallelListIterable<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T,? super P,? extends V> function, P parameter)
public <V> org.eclipse.collections.api.list.ParallelListIterable<V> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate, org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public <V> org.eclipse.collections.api.list.ParallelListIterable<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
public <V> org.eclipse.collections.api.multimap.list.ListMultimap<V,T> groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
Copyright © 2004–2017. All rights reserved.