public final class org.apache.commons.collections4.functors.NotPredicate<T> implements org.apache.commons.collections4.functors.PredicateDecorator<T>, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.collections4.functors.NotPredicate
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -2654603322338049674

  private final org.apache.commons.collections4.Predicate<? super T> iPredicate;
    descriptor: Lorg/apache/commons/collections4/Predicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/apache/commons/collections4/Predicate<-TT;>;

  public static <T> org.apache.commons.collections4.Predicate<T> notPredicate(org.apache.commons.collections4.Predicate<? super T>);
    descriptor: (Lorg/apache/commons/collections4/Predicate;)Lorg/apache/commons/collections4/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.Predicate predicate
         0: .line 45
            aload 0 /* predicate */
            ifnonnull 2
         1: .line 46
            new java.lang.NullPointerException
            dup
            ldc "Predicate must not be null"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 48
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections4.functors.NotPredicate
            dup
            aload 0 /* predicate */
            invokespecial org.apache.commons.collections4.functors.NotPredicate.<init>:(Lorg/apache/commons/collections4/Predicate;)V
            areturn
        end local 0 // org.apache.commons.collections4.Predicate predicate
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0  predicate  Lorg/apache/commons/collections4/Predicate<-TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/collections4/Predicate<-TT;>;)Lorg/apache/commons/collections4/Predicate<TT;>;
    MethodParameters:
           Name  Flags
      predicate  final

  public void <init>(org.apache.commons.collections4.Predicate<? super T>);
    descriptor: (Lorg/apache/commons/collections4/Predicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.functors.NotPredicate this
        start local 1 // org.apache.commons.collections4.Predicate predicate
         0: .line 58
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 59
            aload 0 /* this */
            aload 1 /* predicate */
            putfield org.apache.commons.collections4.functors.NotPredicate.iPredicate:Lorg/apache/commons/collections4/Predicate;
         2: .line 60
            return
        end local 1 // org.apache.commons.collections4.Predicate predicate
        end local 0 // org.apache.commons.collections4.functors.NotPredicate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/apache/commons/collections4/functors/NotPredicate<TT;>;
            0    3     1  predicate  Lorg/apache/commons/collections4/Predicate<-TT;>;
    Signature: (Lorg/apache/commons/collections4/Predicate<-TT;>;)V
    MethodParameters:
           Name  Flags
      predicate  final

  public boolean evaluate();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.functors.NotPredicate this
        start local 1 // java.lang.Object object
         0: .line 70
            aload 0 /* this */
            getfield org.apache.commons.collections4.functors.NotPredicate.iPredicate:Lorg/apache/commons/collections4/Predicate;
            aload 1 /* object */
            invokeinterface org.apache.commons.collections4.Predicate.evaluate:(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 object
        end local 0 // org.apache.commons.collections4.functors.NotPredicate this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/collections4/functors/NotPredicate<TT;>;
            0    3     1  object  TT;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      object  final

  public org.apache.commons.collections4.Predicate<? super T>[] getPredicates();
    descriptor: ()[Lorg/apache/commons/collections4/Predicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.functors.NotPredicate this
         0: .line 82
            iconst_1
            anewarray org.apache.commons.collections4.Predicate
            dup
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.collections4.functors.NotPredicate.iPredicate:Lorg/apache/commons/collections4/Predicate;
            aastore
            areturn
        end local 0 // org.apache.commons.collections4.functors.NotPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/functors/NotPredicate<TT;>;
    Signature: ()[Lorg/apache/commons/collections4/Predicate<-TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/apache/commons/collections4/functors/PredicateDecorator<TT;>;Ljava/io/Serializable;
SourceFile: "NotPredicate.java"