final class org.eclipse.collections.impl.block.factory.Predicates2$NotIn extends org.eclipse.collections.impl.block.factory.Predicates2<java.lang.Object, java.lang.Iterable<?>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Predicates2$NotIn
  super_class: org.eclipse.collections.impl.block.factory.Predicates2
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$NotIn this
         0: .line 382
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$NotIn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$NotIn;

  public boolean accept(, java.lang.Iterable<?>);
    descriptor: (Ljava/lang/Object;Ljava/lang/Iterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$NotIn this
        start local 1 // java.lang.Object each
        start local 2 // java.lang.Iterable injectedIterable
         0: .line 390
            aload 2 /* injectedIterable */
            aload 1 /* each */
            invokestatic org.eclipse.collections.impl.utility.Iterate.contains:(Ljava/lang/Iterable;Ljava/lang/Object;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 2 // java.lang.Iterable injectedIterable
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$NotIn this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/collections/impl/block/factory/Predicates2$NotIn;
            0    3     1              each  Ljava/lang/Object;
            0    3     2  injectedIterable  Ljava/lang/Iterable<*>;
    Signature: (Ljava/lang/Object;Ljava/lang/Iterable<*>;)Z
    MethodParameters:
                  Name  Flags
      each              
      injectedIterable  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$NotIn this
         0: .line 396
            ldc "not in <method parameter>"
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$NotIn this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$NotIn;

  public boolean accept(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            aload 2
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.block.factory.Predicates2$NotIn.accept:(Ljava/lang/Object;Ljava/lang/Iterable;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/eclipse/collections/impl/block/factory/Predicates2<Ljava/lang/Object;Ljava/lang/Iterable<*>;>;
SourceFile: "Predicates2.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates2
InnerClasses:
  private final NotIn = org.eclipse.collections.impl.block.factory.Predicates2$NotIn of org.eclipse.collections.impl.block.factory.Predicates2