final class org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2<T, P> implements org.eclipse.collections.api.block.predicate.Predicate<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2
  super_class: java.lang.Object
{
  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> predicate;
    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 P parameter;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TP;

  private void <init>(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2 this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 1521
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1523
            aload 0 /* this */
            aload 1 /* predicate */
            putfield org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
         2: .line 1524
            aload 0 /* this */
            aload 2 /* parameter */
            putfield org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2.parameter:Ljava/lang/Object;
         3: .line 1525
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/collections/impl/block/factory/Predicates$BindPredicate2<TT;TP;>;
            0    4     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    4     2  parameter  TP;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  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$BindPredicate2 this
        start local 1 // java.lang.Object each
         0: .line 1530
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            aload 1 /* each */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2.parameter:Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.predicate.Predicate2.accept:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates$BindPredicate2<TT;TP;>;
            0    1     1  each  TT;
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      each  

  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$BindPredicate2 this
         0: .line 1536
            new java.lang.StringBuilder
            dup
            ldc "Predicates.bind("
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2.predicate:Lorg/eclipse/collections/api/block/predicate/Predicate2;
            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.Predicates$BindPredicate2.parameter:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/factory/Predicates$BindPredicate2<TT;TP;>;
}
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/predicate/Predicate<TT;>;
SourceFile: "Predicates.java"
NestHost: org.eclipse.collections.impl.block.factory.Predicates
InnerClasses:
  private final BindPredicate2 = org.eclipse.collections.impl.block.factory.Predicates$BindPredicate2 of org.eclipse.collections.impl.block.factory.Predicates