final class org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure<T1, T2> implements org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<T1>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure
  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.procedure.primitive.ObjectIntProcedure<? super T2> delegate;
    descriptor: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT2;>;

  private final org.eclipse.collections.api.block.function.Function<? super T1, T2> function;
    descriptor: Lorg/eclipse/collections/api/block/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;

  private void <init>(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T2>, org.eclipse.collections.api.block.function.Function<? super T1, T2>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;Lorg/eclipse/collections/api/block/function/Function;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure delegate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 1099
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1101
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure.delegate:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
         2: .line 1102
            aload 0 /* this */
            aload 2 /* function */
            putfield org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure.function:Lorg/eclipse/collections/api/block/function/Function;
         3: .line 1103
            return
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure delegate
        end local 0 // org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/block/factory/Functions$BindObjectIntProcedure<TT1;TT2;>;
            0    4     1  delegate  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT2;>;
            0    4     2  function  Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT2;>;Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;)V
    MethodParameters:
          Name  Flags
      delegate  
      function  

  public void value(T1, );
    descriptor: (Ljava/lang/Object;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure this
        start local 1 // java.lang.Object each
        start local 2 // int index
         0: .line 1108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure.delegate:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure.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;
            iload 2 /* index */
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)V
         1: .line 1109
            return
        end local 2 // int index
        end local 1 // java.lang.Object each
        end local 0 // org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/collections/impl/block/factory/Functions$BindObjectIntProcedure<TT1;TT2;>;
            0    2     1   each  TT1;
            0    2     2  index  I
    Signature: (TT1;I)V
    MethodParameters:
       Name  Flags
      each   
      index  
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<TT1;>;
SourceFile: "Functions.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions
InnerClasses:
  private final BindObjectIntProcedure = org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure of org.eclipse.collections.impl.block.factory.Functions