public interface org.apache.commons.collections4.functors.PredicateDecorator<T> extends org.apache.commons.collections4.Predicate<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.collections4.functors.PredicateDecorator
  super_class: java.lang.Object
{
  public abstract org.apache.commons.collections4.Predicate<? super T>[] getPredicates();
    descriptor: ()[Lorg/apache/commons/collections4/Predicate;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()[Lorg/apache/commons/collections4/Predicate<-TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/apache/commons/collections4/Predicate<TT;>;
SourceFile: "PredicateDecorator.java"