Class Predicates.NotInSetIterablePredicate

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

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

  • Constructor Details

    • NotInSetIterablePredicate

      private NotInSetIterablePredicate(SetIterable<?> setIterable)
  • Method Details