final class org.eclipse.collections.impl.block.factory.Predicates2$Not<T, P> extends org.eclipse.collections.impl.block.factory.Predicates2<T, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Predicates2$Not
  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 final org.eclipse.collections.api.block.predicate.Predicate2<T, P> predicate;
    descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate2;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;

  private void <init>(org.eclipse.collections.api.block.predicate.Predicate2<T, P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$Not this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 324
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2.<init>:()V
         1: .line 326
            aload 0 /* this */
            aload 1 /* predicate */
            putfield org.eclipse.collections.impl.block.factory.Predicates2$Not.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
         2: .line 327
            return
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$Not this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/block/factory/Predicates2$Not<TT;TP;>;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<TT;TP;>;)V
    MethodParameters:
           Name  Flags
      predicate  

  public boolean accept(T, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$Not this
        start local 1 // java.lang.Object each
        start local 2 // java.lang.Object injectedValue
         0: .line 332
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$Not.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            aload 1 /* each */
            aload 2 /* injectedValue */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;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.Object injectedValue
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$Not this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/collections/impl/block/factory/Predicates2$Not<TT;TP;>;
            0    3     1           each  TT;
            0    3     2  injectedValue  TP;
    Signature: (TT;TP;)Z
    MethodParameters:
               Name  Flags
      each           
      injectedValue  

  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.Predicates2$Not this
         0: .line 338
            new java.lang.StringBuilder
            dup
            ldc "not "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$Not.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$Not this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$Not<TT;TP;>;
}
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
SourceFile: "Predicates2.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates2
InnerClasses:
  private final Not = org.eclipse.collections.impl.block.factory.Predicates2$Not of org.eclipse.collections.impl.block.factory.Predicates2