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

  protected final org.apache.commons.collections4.Predicate<? super T>[] iPredicates;
    descriptor: [Lorg/apache/commons/collections4/Predicate;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: [Lorg/apache/commons/collections4/Predicate<-TT;>;

  public void <init>(org.apache.commons.collections4.Predicate<? super T>[]);
    descriptor: ([Lorg/apache/commons/collections4/Predicate;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.collections4.functors.AbstractQuantifierPredicate this
        start local 1 // org.apache.commons.collections4.Predicate[] predicates
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* predicates */
            putfield org.apache.commons.collections4.functors.AbstractQuantifierPredicate.iPredicates:[Lorg/apache/commons/collections4/Predicate;
         2: .line 43
            return
        end local 1 // org.apache.commons.collections4.Predicate[] predicates
        end local 0 // org.apache.commons.collections4.functors.AbstractQuantifierPredicate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/apache/commons/collections4/functors/AbstractQuantifierPredicate<TT;>;
            0    3     1  predicates  [Lorg/apache/commons/collections4/Predicate;
    Signature: ([Lorg/apache/commons/collections4/Predicate<-TT;>;)V
    MethodParameters:
            Name  Flags
      predicates  final

  public org.apache.commons.collections4.Predicate<? super T>[] getPredicates();
    descriptor: ()[Lorg/apache/commons/collections4/Predicate;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.functors.AbstractQuantifierPredicate this
         0: .line 53
            aload 0 /* this */
            getfield org.apache.commons.collections4.functors.AbstractQuantifierPredicate.iPredicates:[Lorg/apache/commons/collections4/Predicate;
            invokestatic org.apache.commons.collections4.functors.FunctorUtils.copy:([Lorg/apache/commons/collections4/Predicate;)[Lorg/apache/commons/collections4/Predicate;
            areturn
        end local 0 // org.apache.commons.collections4.functors.AbstractQuantifierPredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/collections4/functors/AbstractQuantifierPredicate<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: "AbstractQuantifierPredicate.java"