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

  private final org.eclipse.collections.api.block.function.Function<? super T, ? extends P> function;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;

  private final org.eclipse.collections.api.block.predicate.Predicate2<? super P, ? super P> predicate;
    descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate2;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/predicate/Predicate2<-TP;-TP;>;

  private void <init>(org.eclipse.collections.api.block.function.Function<? super T, ? extends P>, org.eclipse.collections.api.block.predicate.Predicate2<? super P, ? super P>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/predicate/Predicate2;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 this
        start local 1 // org.eclipse.collections.api.block.function.Function function
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
         0: .line 296
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2.<init>:()V
         1: .line 300
            aload 0 /* this */
            aload 1 /* function */
            putfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.function:Lorg/eclipse/collections/api/block/function/Function;
         2: .line 301
            aload 0 /* this */
            aload 2 /* predicate */
            putfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
         3: .line 302
            return
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/collections/impl/block/factory/Predicates2$AttributePredicates2<TT;TP;>;
            0    4     1   function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;
            0    4     2  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TP;-TP;>;
    Signature: (Lorg/eclipse/collections/api/block/function/Function<-TT;+TP;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TP;-TP;>;)V
    MethodParameters:
           Name  Flags
      function   
      predicate  

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

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 this
         0: .line 313
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.function:Lorg/eclipse/collections/api/block/function/Function;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$AttributePredicates2<TT;TP;>;
}
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>Lorg/eclipse/collections/impl/block/factory/Predicates2<TT;TP;>;
SourceFile: "Predicates2.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates2
InnerClasses:
  private final AttributePredicates2 = org.eclipse.collections.impl.block.factory.Predicates2$AttributePredicates2 of org.eclipse.collections.impl.block.factory.Predicates2