public final class org.apache.commons.collections4.functors.AnyPredicate<T> extends org.apache.commons.collections4.functors.AbstractQuantifierPredicate<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.commons.collections4.functors.AnyPredicate
  super_class: org.apache.commons.collections4.functors.AbstractQuantifierPredicate
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 7429999530934647542

  public static <T> org.apache.commons.collections4.Predicate<T> anyPredicate(org.apache.commons.collections4.Predicate<? super T>[]);
    descriptor: ([Lorg/apache/commons/collections4/Predicate;)Lorg/apache/commons/collections4/Predicate;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.collections4.Predicate[] predicates
         0: .line 52
            aload 0 /* predicates */
            invokestatic org.apache.commons.collections4.functors.FunctorUtils.validate:([Lorg/apache/commons/collections4/Predicate;)V
         1: .line 53
            aload 0 /* predicates */
            arraylength
            ifne 3
         2: .line 54
            invokestatic org.apache.commons.collections4.functors.FalsePredicate.falsePredicate:()Lorg/apache/commons/collections4/Predicate;
            areturn
         3: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* predicates */
            arraylength
            iconst_1
            if_icmpne 5
         4: .line 57
            aload 0 /* predicates */
            iconst_0
            aaload
            areturn
         5: .line 59
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections4.functors.AnyPredicate
            dup
            aload 0 /* predicates */
            invokestatic org.apache.commons.collections4.functors.FunctorUtils.copy:([Lorg/apache/commons/collections4/Predicate;)[Lorg/apache/commons/collections4/Predicate;
            invokespecial org.apache.commons.collections4.functors.AnyPredicate.<init>:([Lorg/apache/commons/collections4/Predicate;)V
            areturn
        end local 0 // org.apache.commons.collections4.Predicate[] predicates
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  predicates  [Lorg/apache/commons/collections4/Predicate;
    Signature: <T:Ljava/lang/Object;>([Lorg/apache/commons/collections4/Predicate<-TT;>;)Lorg/apache/commons/collections4/Predicate<TT;>;
    MethodParameters:
            Name  Flags
      predicates  final

  public static <T> org.apache.commons.collections4.Predicate<T> anyPredicate(java.util.Collection<? extends org.apache.commons.collections4.Predicate<? super T>>);
    descriptor: (Ljava/util/Collection;)Lorg/apache/commons/collections4/Predicate;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // java.util.Collection predicates
         0: .line 76
            aload 0 /* predicates */
            invokestatic org.apache.commons.collections4.functors.FunctorUtils.validate:(Ljava/util/Collection;)[Lorg/apache/commons/collections4/Predicate;
            astore 1 /* preds */
        start local 1 // org.apache.commons.collections4.Predicate[] preds
         1: .line 77
            aload 1 /* preds */
            arraylength
            ifne 3
         2: .line 78
            invokestatic org.apache.commons.collections4.functors.FalsePredicate.falsePredicate:()Lorg/apache/commons/collections4/Predicate;
            areturn
         3: .line 80
      StackMap locals: org.apache.commons.collections4.Predicate[]
      StackMap stack:
            aload 1 /* preds */
            arraylength
            iconst_1
            if_icmpne 5
         4: .line 81
            aload 1 /* preds */
            iconst_0
            aaload
            areturn
         5: .line 83
      StackMap locals:
      StackMap stack:
            new org.apache.commons.collections4.functors.AnyPredicate
            dup
            aload 1 /* preds */
            invokespecial org.apache.commons.collections4.functors.AnyPredicate.<init>:([Lorg/apache/commons/collections4/Predicate;)V
            areturn
        end local 1 // org.apache.commons.collections4.Predicate[] preds
        end local 0 // java.util.Collection predicates
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0  predicates  Ljava/util/Collection<+Lorg/apache/commons/collections4/Predicate<-TT;>;>;
            1    6     1       preds  [Lorg/apache/commons/collections4/Predicate;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Collection<+Lorg/apache/commons/collections4/Predicate<-TT;>;>;)Lorg/apache/commons/collections4/Predicate<TT;>;
    MethodParameters:
            Name  Flags
      predicates  final

  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.AnyPredicate this
        start local 1 // org.apache.commons.collections4.Predicate[] predicates
         0: .line 93
            aload 0 /* this */
            aload 1 /* predicates */
            invokespecial org.apache.commons.collections4.functors.AbstractQuantifierPredicate.<init>:([Lorg/apache/commons/collections4/Predicate;)V
         1: .line 94
            return
        end local 1 // org.apache.commons.collections4.Predicate[] predicates
        end local 0 // org.apache.commons.collections4.functors.AnyPredicate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/commons/collections4/functors/AnyPredicate<TT;>;
            0    2     1  predicates  [Lorg/apache/commons/collections4/Predicate;
    Signature: ([Lorg/apache/commons/collections4/Predicate<-TT;>;)V
    MethodParameters:
            Name  Flags
      predicates  final

  public boolean evaluate();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.apache.commons.collections4.functors.AnyPredicate this
        start local 1 // java.lang.Object object
         0: .line 104
            aload 0 /* this */
            getfield org.apache.commons.collections4.functors.AnyPredicate.iPredicates:[Lorg/apache/commons/collections4/Predicate;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.apache.commons.collections4.functors.AnyPredicate java.lang.Object top int int org.apache.commons.collections4.Predicate[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* iPredicate */
        start local 2 // org.apache.commons.collections4.Predicate iPredicate
         2: .line 105
            aload 2 /* iPredicate */
            aload 1 /* object */
            invokeinterface org.apache.commons.collections4.Predicate.evaluate:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 106
            iconst_1
            ireturn
        end local 2 // org.apache.commons.collections4.Predicate iPredicate
         4: .line 104
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 109
            iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.collections4.functors.AnyPredicate this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/apache/commons/collections4/functors/AnyPredicate<TT;>;
            0    7     1      object  TT;
            2    4     2  iPredicate  Lorg/apache/commons/collections4/Predicate<-TT;>;
    Signature: (TT;)Z
    MethodParameters:
        Name  Flags
      object  final
}
Signature: <T:Ljava/lang/Object;>Lorg/apache/commons/collections4/functors/AbstractQuantifierPredicate<TT;>;
SourceFile: "AnyPredicate.java"