public abstract class AbstractParallelUnsortedBag<T,B extends UnsortedBagBatch<T>> extends AbstractParallelIterable<T,B> implements org.eclipse.collections.api.bag.ParallelUnsortedBag<T>
| Constructor and Description |
|---|
AbstractParallelUnsortedBag() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
asUnique() |
<V> org.eclipse.collections.api.bag.ParallelUnsortedBag<V> |
collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.bag.ParallelUnsortedBag<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.bag.ParallelUnsortedBag<V> |
collectWith(org.eclipse.collections.api.block.function.Function2<? super T,? super P,? extends V> function,
P parameter) |
<V> org.eclipse.collections.api.bag.ParallelUnsortedBag<V> |
flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V,T> |
groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V,T> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
org.eclipse.collections.api.bag.ParallelUnsortedBag<T> |
reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> org.eclipse.collections.api.bag.ParallelUnsortedBag<T> |
rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
org.eclipse.collections.api.bag.ParallelUnsortedBag<T> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> org.eclipse.collections.api.bag.ParallelUnsortedBag<S> |
selectInstancesOf(Class<S> clazz) |
<P> org.eclipse.collections.api.bag.ParallelUnsortedBag<T> |
selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
org.eclipse.collections.api.bag.MutableBag<T> |
toBag() |
aggregateBy, aggregateInPlaceBy, allSatisfyWith, anySatisfyWith, appendString, appendString, appendString, count, countWith, detectIfNone, detectWith, detectWithIfNone, forEachWith, getBatchSize, getExecutorService, groupByUniqueKey, makeString, makeString, makeString, max, max, maxBy, min, min, minBy, noneSatisfy, noneSatisfyWith, split, sumOfDouble, sumOfFloat, sumOfInt, sumOfLong, toArray, toArray, 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, 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.bag.ParallelUnsortedBag<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.bag.ParallelUnsortedBag<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <S> org.eclipse.collections.api.bag.ParallelUnsortedBag<S> selectInstancesOf(Class<S> clazz)
public org.eclipse.collections.api.bag.ParallelUnsortedBag<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.bag.ParallelUnsortedBag<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <V> org.eclipse.collections.api.bag.ParallelUnsortedBag<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
public <P,V> org.eclipse.collections.api.bag.ParallelUnsortedBag<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T,? super P,? extends V> function, P parameter)
public <V> org.eclipse.collections.api.bag.ParallelUnsortedBag<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.bag.ParallelUnsortedBag<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
public org.eclipse.collections.api.bag.MutableBag<T> toBag()
toBag in interface org.eclipse.collections.api.ParallelIterable<T>toBag in class AbstractParallelIterable<T,B extends UnsortedBagBatch<T>>public <V> org.eclipse.collections.api.multimap.bag.UnsortedBagMultimap<V,T> groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
Copyright © 2004–2018. All rights reserved.