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

  protected final java.util.Collection<T> result;
    descriptor: Ljava/util/Collection;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Ljava/util/Collection<TT;>;

  protected void <init>(boolean, java.lang.Iterable<?>, int, java.util.Collection<T>);
    descriptor: (ZLjava/lang/Iterable;ILjava/util/Collection;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
        start local 1 // boolean useCombineOne
        start local 2 // java.lang.Iterable sourceCollection
        start local 3 // int initialCapacity
        start local 4 // java.util.Collection targetCollection
         0: .line 41
            aload 0 /* this */
            iload 1 /* useCombineOne */
            invokespecial org.eclipse.collections.impl.parallel.AbstractProcedureCombiner.<init>:(Z)V
         1: .line 42
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* sourceCollection */
            aload 4 /* targetCollection */
            iload 3 /* initialCapacity */
            invokevirtual org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.initializeResult:(Ljava/lang/Iterable;Ljava/util/Collection;I)Ljava/util/Collection;
            putfield org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.result:Ljava/util/Collection;
         2: .line 43
            return
        end local 4 // java.util.Collection targetCollection
        end local 3 // int initialCapacity
        end local 2 // java.lang.Iterable sourceCollection
        end local 1 // boolean useCombineOne
        end local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
            0    3     1     useCombineOne  Z
            0    3     2  sourceCollection  Ljava/lang/Iterable<*>;
            0    3     3   initialCapacity  I
            0    3     4  targetCollection  Ljava/util/Collection<TT;>;
    Signature: (ZLjava/lang/Iterable<*>;ILjava/util/Collection<TT;>;)V
    MethodParameters:
                  Name  Flags
      useCombineOne     
      sourceCollection  
      initialCapacity   
      targetCollection  

  protected final java.util.Collection<T> initializeResult(java.lang.Iterable<?>, java.util.Collection<T>, int);
    descriptor: (Ljava/lang/Iterable;Ljava/util/Collection;I)Ljava/util/Collection;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
        start local 1 // java.lang.Iterable sourceCollection
        start local 2 // java.util.Collection targetCollection
        start local 3 // int initialCapacity
         0: .line 50
            aload 2 /* targetCollection */
            ifnull 2
         1: .line 52
            aload 2 /* targetCollection */
            areturn
         2: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* sourceCollection */
            instanceof org.eclipse.collections.api.list.ListIterable
            ifeq 4
         3: .line 56
            new org.eclipse.collections.impl.list.mutable.CompositeFastList
            dup
            invokespecial org.eclipse.collections.impl.list.mutable.CompositeFastList.<init>:()V
            areturn
         4: .line 58
      StackMap locals:
      StackMap stack:
            aload 1 /* sourceCollection */
            instanceof org.eclipse.collections.api.set.sorted.SortedSetIterable
            ifeq 6
         5: .line 60
            aload 1 /* sourceCollection */
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.comparator:()Ljava/util/Comparator;
            invokestatic org.eclipse.collections.impl.set.sorted.mutable.TreeSortedSet.newSet:(Ljava/util/Comparator;)Lorg/eclipse/collections/impl/set/sorted/mutable/TreeSortedSet;
            areturn
         6: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* sourceCollection */
            instanceof org.eclipse.collections.api.set.SetIterable
            ifeq 9
         7: .line 64
            aload 0 /* this */
            iconst_1
            invokevirtual org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.setCombineOne:(Z)V
         8: .line 65
            iload 3 /* initialCapacity */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            areturn
         9: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* sourceCollection */
            instanceof org.eclipse.collections.api.bag.Bag
            ifne 10
            aload 1 /* sourceCollection */
            instanceof org.eclipse.collections.api.map.MapIterable
            ifeq 11
        10: .line 69
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.collections.impl.bag.mutable.HashBag.newBag:()Lorg/eclipse/collections/impl/bag/mutable/HashBag;
            areturn
        11: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* sourceCollection */
            iload 3 /* initialCapacity */
            invokevirtual org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.createResultForCollection:(Ljava/lang/Iterable;I)Ljava/util/Collection;
            areturn
        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.AbstractPredicateBasedCombiner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   12     0              this  Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
            0   12     1  sourceCollection  Ljava/lang/Iterable<*>;
            0   12     2  targetCollection  Ljava/util/Collection<TT;>;
            0   12     3   initialCapacity  I
    Signature: (Ljava/lang/Iterable<*>;Ljava/util/Collection<TT;>;I)Ljava/util/Collection<TT;>;
    MethodParameters:
                  Name  Flags
      sourceCollection  
      targetCollection  
      initialCapacity   

  private java.util.Collection<T> createResultForCollection(java.lang.Iterable<?>, int);
    descriptor: (Ljava/lang/Iterable;I)Ljava/util/Collection;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
        start local 1 // java.lang.Iterable sourceCollection
        start local 2 // int initialCapacity
         0: .line 76
            aload 1 /* sourceCollection */
            instanceof java.util.Collection
            ifeq 2
         1: .line 78
            getstatic org.eclipse.collections.impl.utility.internal.DefaultSpeciesNewStrategy.INSTANCE:Lorg/eclipse/collections/impl/utility/internal/DefaultSpeciesNewStrategy;
            aload 1 /* sourceCollection */
            checkcast java.util.Collection
            iload 2 /* initialCapacity */
            invokevirtual org.eclipse.collections.impl.utility.internal.DefaultSpeciesNewStrategy.speciesNew:(Ljava/util/Collection;I)Ljava/util/Collection;
            areturn
         2: .line 80
      StackMap locals:
      StackMap stack:
            iload 2 /* initialCapacity */
            invokestatic org.eclipse.collections.impl.list.mutable.FastList.newList:(I)Lorg/eclipse/collections/impl/list/mutable/FastList;
            areturn
        end local 2 // int initialCapacity
        end local 1 // java.lang.Iterable sourceCollection
        end local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
            0    3     1  sourceCollection  Ljava/lang/Iterable<*>;
            0    3     2   initialCapacity  I
    Signature: (Ljava/lang/Iterable<*>;I)Ljava/util/Collection<TT;>;
    MethodParameters:
                  Name  Flags
      sourceCollection  
      initialCapacity   

  public java.util.Collection<T> getResult();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
         0: .line 85
            aload 0 /* this */
            getfield org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner.result:Ljava/util/Collection;
            areturn
        end local 0 // org.eclipse.collections.impl.parallel.AbstractPredicateBasedCombiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/parallel/AbstractPredicateBasedCombiner<TT;TBT;>;
    Signature: ()Ljava/util/Collection<TT;>;
}
Signature: <T:Ljava/lang/Object;BT::Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;>Lorg/eclipse/collections/impl/parallel/AbstractProcedureCombiner<TBT;>;
SourceFile: "AbstractPredicateBasedCombiner.java"