public final class org.eclipse.collections.impl.parallel.SelectProcedureCombiner<T> extends org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner<T, org.eclipse.collections.impl.block.procedure.SelectProcedure<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.parallel.SelectProcedureCombiner
  super_class: org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(java.lang.Iterable<T>, java.util.Collection<T>, int, );
    descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.parallel.SelectProcedureCombiner this
        start local 1 // java.lang.Iterable sourceCollection
        start local 2 // java.util.Collection targetCollection
        start local 3 // int initialCapacity
        start local 4 // boolean combineOne
         0: .line 32
            aload 0 /* this */
            iload 4 /* combineOne */
            aload 1 /* sourceCollection */
            iload 3 /* initialCapacity */
            aload 2 /* targetCollection */
            invokespecial org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.<init>:(ZLjava/lang/Iterable;ILjava/util/Collection;)V
         1: .line 33
            return
        end local 4 // boolean combineOne
        end local 3 // int initialCapacity
        end local 2 // java.util.Collection targetCollection
        end local 1 // java.lang.Iterable sourceCollection
        end local 0 // org.eclipse.collections.impl.parallel.SelectProcedureCombiner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/collections/impl/parallel/SelectProcedureCombiner<TT;>;
            0    2     1  sourceCollection  Ljava/lang/Iterable<TT;>;
            0    2     2  targetCollection  Ljava/util/Collection<TT;>;
            0    2     3   initialCapacity  I
            0    2     4        combineOne  Z
    Signature: (Ljava/lang/Iterable<TT;>;Ljava/util/Collection<TT;>;IZ)V
    MethodParameters:
                  Name  Flags
      sourceCollection  
      targetCollection  
      initialCapacity   
      combineOne        

  public void combineOne(org.eclipse.collections.impl.block.procedure.SelectProcedure<T>);
    descriptor: (Lorg/eclipse/collections/impl/block/procedure/SelectProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.parallel.SelectProcedureCombiner this
        start local 1 // org.eclipse.collections.impl.block.procedure.SelectProcedure procedureCombine
         0: .line 38
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.SelectProcedureCombiner.result:Ljava/util/Collection;
            aload 1 /* procedureCombine */
            invokevirtual org.eclipse.collections.impl.block.procedure.SelectProcedure.getCollection:()Ljava/util/Collection;
            invokeinterface java.util.Collection.addAll:(Ljava/util/Collection;)Z
            pop
         1: .line 39
            return
        end local 1 // org.eclipse.collections.impl.block.procedure.SelectProcedure procedureCombine
        end local 0 // org.eclipse.collections.impl.parallel.SelectProcedureCombiner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/eclipse/collections/impl/parallel/SelectProcedureCombiner<TT;>;
            0    2     1  procedureCombine  Lorg/eclipse/collections/impl/block/procedure/SelectProcedure<TT;>;
    Signature: (Lorg/eclipse/collections/impl/block/procedure/SelectProcedure<TT;>;)V
    MethodParameters:
                  Name  Flags
      procedureCombine  

  public void combineOne(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.impl.block.procedure.SelectProcedure
            invokevirtual org.eclipse.collections.impl.parallel.SelectProcedureCombiner.combineOne:(Lorg/eclipse/collections/impl/block/procedure/SelectProcedure;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;Lorg/eclipse/collections/impl/block/procedure/SelectProcedure<TT;>;>;
SourceFile: "SelectProcedureCombiner.java"