public final class SynchronizedParallelUnsortedSetIterable<T> extends AbstractSynchronizedParallelIterable<T,com.gs.collections.api.set.ParallelUnsortedSetIterable<T>> implements com.gs.collections.api.set.ParallelUnsortedSetIterable<T>
| Constructor and Description |
|---|
SynchronizedParallelUnsortedSetIterable(com.gs.collections.api.set.ParallelUnsortedSetIterable<T> delegate,
Object lock) |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.ParallelUnsortedSetIterable<T> |
asUnique() |
<V> com.gs.collections.api.ParallelIterable<V> |
collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> com.gs.collections.api.ParallelIterable<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.ParallelIterable<V> |
collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends V> function,
P parameter) |
<V> com.gs.collections.api.ParallelIterable<V> |
flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
<V> com.gs.collections.api.multimap.set.UnsortedSetMultimap<V,T> |
groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function) |
<V> com.gs.collections.api.multimap.set.UnsortedSetMultimap<V,T> |
groupByEach(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function) |
com.gs.collections.api.set.ParallelUnsortedSetIterable<T> |
reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<P> com.gs.collections.api.set.ParallelUnsortedSetIterable<T> |
rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate,
P parameter) |
com.gs.collections.api.set.ParallelUnsortedSetIterable<T> |
select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate) |
<S> com.gs.collections.api.set.ParallelUnsortedSetIterable<S> |
selectInstancesOf(Class<S> clazz) |
<P> com.gs.collections.api.set.ParallelUnsortedSetIterable<T> |
selectWith(com.gs.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 com.gs.collections.api.set.ParallelUnsortedSetIterable<T> asUnique()
public com.gs.collections.api.set.ParallelUnsortedSetIterable<T> select(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> com.gs.collections.api.set.ParallelUnsortedSetIterable<T> selectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public com.gs.collections.api.set.ParallelUnsortedSetIterable<T> reject(com.gs.collections.api.block.predicate.Predicate<? super T> predicate)
public <P> com.gs.collections.api.set.ParallelUnsortedSetIterable<T> rejectWith(com.gs.collections.api.block.predicate.Predicate2<? super T,? super P> predicate, P parameter)
public <S> com.gs.collections.api.set.ParallelUnsortedSetIterable<S> selectInstancesOf(Class<S> clazz)
public <V> com.gs.collections.api.ParallelIterable<V> collect(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
collect in interface com.gs.collections.api.ParallelIterable<T>public <P,V> com.gs.collections.api.ParallelIterable<V> collectWith(com.gs.collections.api.block.function.Function2<? super T,? super P,? extends V> function, P parameter)
collectWith in interface com.gs.collections.api.ParallelIterable<T>public <V> com.gs.collections.api.ParallelIterable<V> collectIf(com.gs.collections.api.block.predicate.Predicate<? super T> predicate, com.gs.collections.api.block.function.Function<? super T,? extends V> function)
collectIf in interface com.gs.collections.api.ParallelIterable<T>public <V> com.gs.collections.api.ParallelIterable<V> flatCollect(com.gs.collections.api.block.function.Function<? super T,? extends Iterable<V>> function)
flatCollect in interface com.gs.collections.api.ParallelIterable<T>public <V> com.gs.collections.api.multimap.set.UnsortedSetMultimap<V,T> groupBy(com.gs.collections.api.block.function.Function<? super T,? extends V> function)
Copyright © 2004–2016. All rights reserved.