Class Predicates2.NotIn

java.lang.Object
org.eclipse.collections.impl.block.factory.Predicates2<Object,Iterable<?>>
org.eclipse.collections.impl.block.factory.Predicates2.NotIn
All Implemented Interfaces:
Serializable, BiPredicate<Object,Iterable<?>>, Predicate2<Object,Iterable<?>>
Enclosing class:
Predicates2<T,P>

private static final class Predicates2.NotIn extends Predicates2<Object,Iterable<?>>
  • Field Details

  • Constructor Details

    • NotIn

      private NotIn()
  • Method Details