public final class org.eclipse.collections.impl.parallel.PassThruCombiner<T> implements org.eclipse.collections.impl.parallel.Combiner<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.PassThruCombiner
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/PassThruCombiner<TT;>;

  public void combineAll(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
        start local 1 // java.lang.Iterable thingsToCombine
         0: .line 25
            return
        end local 1 // java.lang.Iterable thingsToCombine
        end local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/eclipse/collections/impl/parallel/PassThruCombiner<TT;>;
            0    1     1  thingsToCombine  Ljava/lang/Iterable<TT;>;
    Signature: (Ljava/lang/Iterable<TT;>;)V
    MethodParameters:
                 Name  Flags
      thingsToCombine  

  public void combineOne();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
        start local 1 // java.lang.Object thingToCombine
         0: .line 30
            return
        end local 1 // java.lang.Object thingToCombine
        end local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/eclipse/collections/impl/parallel/PassThruCombiner<TT;>;
            0    1     1  thingToCombine  TT;
    Signature: (TT;)V
    MethodParameters:
                Name  Flags
      thingToCombine  

  public boolean useCombineOne();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
         0: .line 35
            iconst_1
            ireturn
        end local 0 // org.eclipse.collections.impl.parallel.PassThruCombiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/PassThruCombiner<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/impl/parallel/Combiner<TT;>;
SourceFile: "PassThruCombiner.java"