final class org.eclipse.collections.impl.block.factory.Functions$BindProcedure<T1, T2> implements org.eclipse.collections.api.block.procedure.Procedure<T1>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.block.factory.Functions$BindProcedure
  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.Procedure<? super T2> delegate;
    descriptor: Lorg/eclipse/collections/api/block/procedure/Procedure;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/procedure/Procedure<-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.Procedure<? super T2>, org.eclipse.collections.api.block.function.Function<? super T1, T2>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;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$BindProcedure this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure delegate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 1118
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1120
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure.delegate:Lorg/eclipse/collections/api/block/procedure/Procedure;
         2: .line 1121
            aload 0 /* this */
            aload 2 /* function */
            putfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure.function:Lorg/eclipse/collections/api/block/function/Function;
         3: .line 1122
            return
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure delegate
        end local 0 // org.eclipse.collections.impl.block.factory.Functions$BindProcedure this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/block/factory/Functions$BindProcedure<TT1;TT2;>;
            0    4     1  delegate  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT2;>;
            0    4     2  function  Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT2;>;Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;)V
    MethodParameters:
          Name  Flags
      delegate  
      function  

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