public class org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable<T> extends org.eclipse.collections.impl.lazy.parallel.NonParallelIterable<T, org.eclipse.collections.api.set.sorted.SortedSetIterable<T>> implements org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable
  super_class: org.eclipse.collections.impl.lazy.parallel.NonParallelIterable
{
  public void <init>(org.eclipse.collections.api.set.sorted.SortedSetIterable<T>);
    descriptor: (Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.set.sorted.SortedSetIterable delegate
         0: .line 30
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial org.eclipse.collections.impl.lazy.parallel.NonParallelIterable.<init>:(Lorg/eclipse/collections/api/RichIterable;)V
         1: .line 31
            return
        end local 1 // org.eclipse.collections.api.set.sorted.SortedSetIterable delegate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    2     1  delegate  Lorg/eclipse/collections/api/set/sorted/SortedSetIterable<TT;>;
    Signature: (Lorg/eclipse/collections/api/set/sorted/SortedSetIterable<TT;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  public java.util.Comparator<? super T> comparator();
    descriptor: ()Ljava/util/Comparator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
         0: .line 36
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.comparator:()Ljava/util/Comparator;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
    Signature: ()Ljava/util/Comparator<-TT;>;

  public org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<T> asUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
         0: .line 42
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TT;>;

  public org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 48
            new org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 54
            new org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;)V
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 60
            new org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 66
            new org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;)V
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <S> org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // java.lang.Class clazz
         0: .line 72
            new org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* clazz */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/sorted/SortedSetIterable;)V
            areturn
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  clazz  Ljava/lang/Class<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  public <V> org.eclipse.collections.api.list.ParallelListIterable<V> collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ParallelListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 78
            new org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ListIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ListIterable;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/ParallelListIterable<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <P, V> org.eclipse.collections.api.list.ParallelListIterable<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ParallelListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
         0: .line 84
            new org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* function */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ListIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ListIterable;)V
            areturn
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            0    1     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/list/ParallelListIterable<TV;>;
    MethodParameters:
           Name  Flags
      function   
      parameter  

  public <V> org.eclipse.collections.api.list.ParallelListIterable<V> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ParallelListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 90
            new org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* predicate */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ListIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ListIterable;)V
            areturn
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    1     2   function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/ParallelListIterable<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <V> org.eclipse.collections.api.list.ParallelListIterable<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ParallelListIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 96
            new org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ListIterable;
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.NonParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ListIterable;)V
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/list/ParallelListIterable<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.multimap.sortedset.SortedSetMultimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.delegate:Lorg/eclipse/collections/api/RichIterable;
            checkcast org.eclipse.collections.api.set.sorted.SortedSetIterable
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.sorted.SortedSetIterable.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/lazy/parallel/set/sorted/NonParallelSortedSetIterable<TT;>;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    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.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable asUnique();
    descriptor: ()Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.asUnique:()Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable asUnique();
    descriptor: ()Lorg/eclipse/collections/api/set/ParallelSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.asUnique:()Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    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.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.SetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/SetMultimap;
    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.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/sortedset/SortedSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ParallelIterable;
    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.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    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.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ParallelIterable;
    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.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ParallelListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable collectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/list/ParallelListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/ParallelIterable;
    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.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    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.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable rejectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable selectWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ParallelListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/ParallelIterable;
    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.block.function.Function
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/ParallelListIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ParallelIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable selectInstancesOf(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Class
            invokevirtual org.eclipse.collections.impl.lazy.parallel.set.sorted.NonParallelSortedSetIterable.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/parallel/NonParallelIterable<TT;Lorg/eclipse/collections/api/set/sorted/SortedSetIterable<TT;>;>;Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TT;>;
SourceFile: "NonParallelSortedSetIterable.java"