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

  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.Procedure2<? super T2, T3>, org.eclipse.collections.api.block.function.Function<? super T1, T2>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;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$BindProcedure2 this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 delegate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 1137
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1139
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure2.delegate:Lorg/eclipse/collections/api/block/procedure/Procedure2;
         2: .line 1140
            aload 0 /* this */
            aload 2 /* function */
            putfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure2.function:Lorg/eclipse/collections/api/block/function/Function;
         3: .line 1141
            return
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 delegate
        end local 0 // org.eclipse.collections.impl.block.factory.Functions$BindProcedure2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/block/factory/Functions$BindProcedure2<TT1;TT2;TT3;>;
            0    4     1  delegate  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT2;TT3;>;
            0    4     2  function  Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT2;TT3;>;Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;)V
    MethodParameters:
          Name  Flags
      delegate  
      function  

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