public class org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate<T, V> extends org.eclipse.collections.impl.block.factory.Predicates<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate
  super_class: org.eclipse.collections.impl.block.factory.Predicates
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  protected final org.eclipse.collections.api.block.function.Function<? super T, ? extends V> function;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;

  protected final org.eclipse.collections.api.block.predicate.Predicate<? super V> predicate;
    descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;

  protected void <init>(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>, org.eclipse.collections.api.block.predicate.Predicate<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate this
        start local 1 // org.eclipse.collections.api.block.function.Function newFunction
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate newPredicate
         0: .line 563
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates.<init>:()V
         1: .line 567
            aload 0 /* this */
            aload 1 /* newFunction */
            putfield org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.function:Lorg/eclipse/collections/api/block/function/Function;
         2: .line 568
            aload 0 /* this */
            aload 2 /* newPredicate */
            putfield org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
         3: .line 569
            return
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate newPredicate
        end local 1 // org.eclipse.collections.api.block.function.Function newFunction
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/eclipse/collections/impl/block/factory/Predicates$AttributePredicate<TT;TV;>;
            0    4     1   newFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            0    4     2  newPredicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TV;>;)V
    MethodParameters:
              Name  Flags
      newFunction   
      newPredicate  

  public boolean accept();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate this
        start local 1 // java.lang.Object anObject
         0: .line 574
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.function:Lorg/eclipse/collections/api/block/function/Function;
            aload 1 /* anObject */
            invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate.accept:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object anObject
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/block/factory/Predicates$AttributePredicate<TT;TV;>;
            0    1     1  anObject  TT;
    Signature: (TT;)Z
    MethodParameters:
          Name  Flags
      anObject  

  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.Predicates$AttributePredicate this
         0: .line 580
            new java.lang.StringBuilder
            dup
            ldc "Predicates.attributePredicate("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 581
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.function:Lorg/eclipse/collections/api/block/function/Function;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         2: .line 582
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 583
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         4: .line 584
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         5: .line 580
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates$AttributePredicate<TT;TV;>;
}
Signature: <T:Ljava/lang/Object;V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/block/factory/Predicates<TT;>;
SourceFile: "Predicates.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates
InnerClasses:
  protected AttributePredicate = org.eclipse.collections.impl.block.factory.Predicates$AttributePredicate of org.eclipse.collections.impl.block.factory.Predicates