public final class MultiReaderParallelIterable<T> extends AbstractMultiReaderParallelIterable<T,org.eclipse.collections.api.ParallelIterable<T>>
| Constructor and Description |
|---|
MultiReaderParallelIterable(org.eclipse.collections.api.ParallelIterable<T> delegate,
ReadWriteLock lock) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.ParallelIterable<T> |
asUnique() |
<V> org.eclipse.collections.api.ParallelIterable<V> |
collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.ParallelIterable<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.ParallelIterable<V> |
collectWith(org.eclipse.collections.api.block.function.Function2<? super T,? super P,? extends V> function,
P parameter) |
<V> org.eclipse.collections.api.ParallelIterable<V> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> org.eclipse.collections.api.multimap.Multimap<V,T> |
groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.multimap.Multimap<V,T> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
org.eclipse.collections.api.ParallelIterable<T> |
reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> org.eclipse.collections.api.ParallelIterable<T> |
rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
org.eclipse.collections.api.ParallelIterable<T> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> org.eclipse.collections.api.ParallelIterable<S> |
selectInstancesOf(Class<S> clazz) |
<P> org.eclipse.collections.api.ParallelIterable<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, toStringpublic MultiReaderParallelIterable(org.eclipse.collections.api.ParallelIterable<T> delegate, ReadWriteLock lock)
public org.eclipse.collections.api.ParallelIterable<T> asUnique()
public org.eclipse.collections.api.ParallelIterable<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.ParallelIterable<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public org.eclipse.collections.api.ParallelIterable<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.ParallelIterable<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <S> org.eclipse.collections.api.ParallelIterable<S> selectInstancesOf(Class<S> clazz)
public <V> org.eclipse.collections.api.ParallelIterable<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public <P,V> org.eclipse.collections.api.ParallelIterable<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T,? super P,? extends V> function, P parameter)
public <V> org.eclipse.collections.api.ParallelIterable<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.ParallelIterable<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
public <V> org.eclipse.collections.api.multimap.Multimap<V,T> groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
Copyright © 2004–2018. All rights reserved.