public abstract class AbstractParallelUnsortedSetIterable<T,B extends UnsortedSetBatch<T>> extends AbstractParallelIterable<T,B> implements org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T>
| Constructor and Description |
|---|
AbstractParallelUnsortedSetIterable() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.ParallelUnsortedSetIterable<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.set.UnsortedSetMultimap<V,T> |
groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function) |
<V> org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<V,T> |
groupByEach(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<S> |
selectInstancesOf(Class<S> clazz) |
<P> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> |
selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
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, 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.set.ParallelUnsortedSetIterable<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <S> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<S> selectInstancesOf(Class<S> clazz)
selectInstancesOf in interface org.eclipse.collections.api.ParallelIterable<T>selectInstancesOf in interface org.eclipse.collections.api.set.ParallelSetIterable<T>selectInstancesOf in interface org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T>public org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <V> org.eclipse.collections.api.ParallelIterable<V> collect(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
collect in interface org.eclipse.collections.api.ParallelIterable<T>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)
collectWith in interface org.eclipse.collections.api.ParallelIterable<T>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)
collectIf in interface org.eclipse.collections.api.ParallelIterable<T>public <V> org.eclipse.collections.api.ParallelIterable<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
flatCollect in interface org.eclipse.collections.api.ParallelIterable<T>public <V> org.eclipse.collections.api.multimap.set.UnsortedSetMultimap<V,T> groupBy(org.eclipse.collections.api.block.function.Function<? super T,? extends V> function)
Copyright © 2004–2017. All rights reserved.