public final class org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory<BT extends org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<?>> implements org.eclipse.collections.impl.parallel.ObjectIntProcedureFactory<BT>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory
  super_class: java.lang.Object
{
  private final BT procedure;
    descriptor: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TBT;

  public void <init>();
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
         0: .line 22
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 24
            aload 0 /* this */
            aload 1 /* procedure */
            putfield org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
         2: .line 25
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/parallel/PassThruObjectIntProcedureFactory<TBT;>;
            0    3     1  procedure  TBT;
    Signature: (TBT;)V
    MethodParameters:
           Name  Flags
      procedure  

  public BT create();
    descriptor: ()Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory this
         0: .line 30
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory.procedure:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
            areturn
        end local 0 // org.eclipse.collections.impl.parallel.PassThruObjectIntProcedureFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/PassThruObjectIntProcedureFactory<TBT;>;
    Signature: ()TBT;
}
Signature: <BT::Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<*>;>Ljava/lang/Object;Lorg/eclipse/collections/impl/parallel/ObjectIntProcedureFactory<TBT;>;
SourceFile: "PassThruObjectIntProcedureFactory.java"