final class org.eclipse.collections.impl.block.factory.Predicates2$And<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$And
  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.predicate.Predicate2<? super T, ? super P> left;
    descriptor: Lorg/eclipse/collections/api/block/predicate/Predicate2;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;

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

  private void <init>(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;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$And this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 one
        start local 2 // org.eclipse.collections.api.block.predicate.Predicate2 two
         0: .line 269
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.block.factory.Predicates2.<init>:()V
         1: .line 271
            aload 0 /* this */
            aload 1 /* one */
            putfield org.eclipse.collections.impl.block.factory.Predicates2$And.left:Lorg/eclipse/collections/api/block/predicate/Predicate2;
         2: .line 272
            aload 0 /* this */
            aload 2 /* two */
            putfield org.eclipse.collections.impl.block.factory.Predicates2$And.right:Lorg/eclipse/collections/api/block/predicate/Predicate2;
         3: .line 273
            return
        end local 2 // org.eclipse.collections.api.block.predicate.Predicate2 two
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 one
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$And this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$And<TT;TP;>;
            0    4     1   one  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    4     2   two  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;)V
    MethodParameters:
      Name  Flags
      one   
      two   

  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$And this
        start local 1 // java.lang.Object each
        start local 2 // java.lang.Object injectedValue
         0: .line 278
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$And.left:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            aload 1 /* each */
            aload 2 /* injectedValue */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$And.right:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            aload 1 /* each */
            aload 2 /* injectedValue */
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            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$And this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/collections/impl/block/factory/Predicates2$And<TT;TP;>;
            0    2     1           each  TT;
            0    2     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=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates2$And this
         0: .line 284
            new java.lang.StringBuilder
            dup
            ldc "("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$And.left:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " and "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates2$And.right:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates2$And this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates2$And<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 And = org.eclipse.collections.impl.block.factory.Predicates2$And of org.eclipse.collections.impl.block.factory.Predicates2