Class ParallelDistinctListIterable.DistinctOrPredicate<T>

java.lang.Object
org.eclipse.collections.impl.lazy.parallel.list.ParallelDistinctListIterable.DistinctOrPredicate<T>
All Implemented Interfaces:
Serializable, Predicate<T>, Predicate<T>
Enclosing class:
ParallelDistinctListIterable<T>

private static final class ParallelDistinctListIterable.DistinctOrPredicate<T> extends Object implements Predicate<T>
  • Field Details

  • Constructor Details

    • DistinctOrPredicate

      private DistinctOrPredicate(Predicate<? super T> predicate)
  • Method Details

    • accept

      public boolean accept(T each)
      Specified by:
      accept in interface Predicate<T>