final class org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure<T1, T2> implements org.eclipse.collections.api.block.procedure.Procedure<org.eclipse.collections.api.tuple.Pair<T1, T2>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure
  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 T1, ? super T2> procedure;
    descriptor: Lorg/eclipse/collections/api/block/procedure/Procedure2;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT1;-TT2;>;

  private void <init>(org.eclipse.collections.api.block.procedure.Procedure2<? super T1, ? super T2>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 122
            aload 0 /* this */
            aload 1 /* procedure */
            putfield org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure.procedure:Lorg/eclipse/collections/api/block/procedure/Procedure2;
         2: .line 123
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/parallel/ParallelMapIterate$PairProcedure<TT1;TT2;>;
            0    3     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT1;-TT2;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT1;-TT2;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void value(org.eclipse.collections.api.tuple.Pair<T1, T2>);
    descriptor: (Lorg/eclipse/collections/api/tuple/Pair;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure this
        start local 1 // org.eclipse.collections.api.tuple.Pair pair
         0: .line 128
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure.procedure:Lorg/eclipse/collections/api/block/procedure/Procedure2;
            aload 1 /* pair */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getOne:()Ljava/lang/Object;
            aload 1 /* pair */
            invokeinterface org.eclipse.collections.api.tuple.Pair.getTwo:()Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
         1: .line 129
            return
        end local 1 // org.eclipse.collections.api.tuple.Pair pair
        end local 0 // org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/parallel/ParallelMapIterate$PairProcedure<TT1;TT2;>;
            0    2     1  pair  Lorg/eclipse/collections/api/tuple/Pair<TT1;TT2;>;
    Signature: (Lorg/eclipse/collections/api/tuple/Pair<TT1;TT2;>;)V
    MethodParameters:
      Name  Flags
      pair  

  public void value(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.tuple.Pair
            invokevirtual org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure.value:(Lorg/eclipse/collections/api/tuple/Pair;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure<Lorg/eclipse/collections/api/tuple/Pair<TT1;TT2;>;>;
SourceFile: "ParallelMapIterate.java"
NestHost: org.eclipse.collections.impl.parallel.ParallelMapIterate
InnerClasses:
  private final PairProcedure = org.eclipse.collections.impl.parallel.ParallelMapIterate$PairProcedure of org.eclipse.collections.impl.parallel.ParallelMapIterate