Class Predicates.NotInCollectionPredicate

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates<Object>
org.eclipse.collections.impl.block.factory.Predicates.NotInCollectionPredicate
All Implemented Interfaces:
Serializable, Predicate<Object>, Predicate<Object>
Enclosing class:
Predicates<T>

private static final class Predicates.NotInCollectionPredicate extends Predicates<Object>
  • Field Details

  • Constructor Details

    • NotInCollectionPredicate

      private NotInCollectionPredicate(Collection<?> collection)
  • Method Details