Class ParallelDistinctIterable.DistinctAndPredicate<T>
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.parallel.ParallelDistinctIterable.DistinctAndPredicate<T>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.Predicate<T>
,Predicate<T>
- Enclosing class:
- ParallelDistinctIterable<T>
private static final class ParallelDistinctIterable.DistinctAndPredicate<T> extends java.lang.Object implements Predicate<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
DistinctAndPredicate(Predicate<? super T> predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(T each)
-
-
-
Field Detail
-
distinct
private final ConcurrentMutableMap<T,java.lang.Boolean> distinct
-
-