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

  private final org.eclipse.collections.api.set.SetIterable<?> setIterable;
    descriptor: Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/set/SetIterable<*>;

  private void <init>(org.eclipse.collections.api.set.SetIterable<?>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate this
        start local 1 // org.eclipse.collections.api.set.SetIterable setIterable
         0: .line 1176
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates.<init>:()V
         1: .line 1178
            aload 0 /* this */
            aload 1 /* setIterable */
            putfield org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate.setIterable:Lorg/eclipse/collections/api/set/SetIterable;
         2: .line 1179
            return
        end local 1 // org.eclipse.collections.api.set.SetIterable setIterable
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/collections/impl/block/factory/Predicates$NotInSetIterablePredicate;
            0    3     1  setIterable  Lorg/eclipse/collections/api/set/SetIterable<*>;
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<*>;)V
    MethodParameters:
             Name  Flags
      setIterable  

  public boolean accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate this
        start local 1 // java.lang.Object anObject
         0: .line 1184
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate.setIterable:Lorg/eclipse/collections/api/set/SetIterable;
            aload 1 /* anObject */
            invokeinterface org.eclipse.collections.api.set.SetIterable.contains:(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 1 // java.lang.Object anObject
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/collections/impl/block/factory/Predicates$NotInSetIterablePredicate;
            0    3     1  anObject  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      anObject  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate this
         0: .line 1190
            new java.lang.StringBuilder
            dup
            ldc "Predicates.notIn("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate.setIterable:Lorg/eclipse/collections/api/set/SetIterable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates$NotInSetIterablePredicate;
}
Signature: Lorg/eclipse/collections/impl/block/factory/Predicates<Ljava/lang/Object;>;
SourceFile: "Predicates.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates
InnerClasses:
  private final NotInSetIterablePredicate = org.eclipse.collections.impl.block.factory.Predicates$NotInSetIterablePredicate of org.eclipse.collections.impl.block.factory.Predicates