public abstract class org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable<T, PI extends org.eclipse.collections.api.ParallelIterable<T>> implements org.eclipse.collections.api.ParallelIterable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable
  super_class: java.lang.Object
{
  protected final PI delegate;
    descriptor: Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: TPI;

  protected final java.lang.Object lock;
    descriptor: Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(PI, );
    descriptor: (Lorg/eclipse/collections/api/ParallelIterable;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.ParallelIterable delegate
        start local 2 // java.lang.Object lock
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 49
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
         2: .line 50
            aload 0 /* this */
            aload 2 /* lock */
            putfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
         3: .line 51
            return
        end local 2 // java.lang.Object lock
        end local 1 // org.eclipse.collections.api.ParallelIterable delegate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    4     1  delegate  TPI;
            0    4     2      lock  Ljava/lang/Object;
    Signature: (TPI;Ljava/lang/Object;)V
    MethodParameters:
          Name  Flags
      delegate  
      lock      

  protected <A> org.eclipse.collections.api.list.ParallelListIterable<A> wrap(org.eclipse.collections.api.list.ParallelListIterable<A>);
    descriptor: (Lorg/eclipse/collections/api/list/ParallelListIterable;)Lorg/eclipse/collections/api/list/ParallelListIterable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.list.ParallelListIterable wrapped
         0: .line 55
            new org.eclipse.collections.impl.lazy.parallel.list.SynchronizedParallelListIterable
            dup
            aload 1 /* wrapped */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.lazy.parallel.list.SynchronizedParallelListIterable.<init>:(Lorg/eclipse/collections/api/list/ParallelListIterable;Ljava/lang/Object;)V
            areturn
        end local 1 // org.eclipse.collections.api.list.ParallelListIterable wrapped
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    1     1  wrapped  Lorg/eclipse/collections/api/list/ParallelListIterable<TA;>;
    Signature: <A:Ljava/lang/Object;>(Lorg/eclipse/collections/api/list/ParallelListIterable<TA;>;)Lorg/eclipse/collections/api/list/ParallelListIterable<TA;>;
    MethodParameters:
         Name  Flags
      wrapped  

  protected <A> org.eclipse.collections.api.set.ParallelUnsortedSetIterable<A> wrap(org.eclipse.collections.api.set.ParallelUnsortedSetIterable<A>);
    descriptor: (Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.set.ParallelUnsortedSetIterable wrapped
         0: .line 60
            new org.eclipse.collections.impl.lazy.parallel.set.SynchronizedParallelUnsortedSetIterable
            dup
            aload 1 /* wrapped */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.SynchronizedParallelUnsortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;Ljava/lang/Object;)V
            areturn
        end local 1 // org.eclipse.collections.api.set.ParallelUnsortedSetIterable wrapped
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    1     1  wrapped  Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TA;>;
    Signature: <A:Ljava/lang/Object;>(Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TA;>;)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TA;>;
    MethodParameters:
         Name  Flags
      wrapped  

  protected <A> org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<A> wrap(org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable<A>);
    descriptor: (Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable wrapped
         0: .line 65
            new org.eclipse.collections.impl.lazy.parallel.set.sorted.SynchronizedParallelSortedSetIterable
            dup
            aload 1 /* wrapped */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.sorted.SynchronizedParallelSortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable;Ljava/lang/Object;)V
            areturn
        end local 1 // org.eclipse.collections.api.set.sorted.ParallelSortedSetIterable wrapped
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    1     1  wrapped  Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TA;>;
    Signature: <A:Ljava/lang/Object;>(Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TA;>;)Lorg/eclipse/collections/api/set/sorted/ParallelSortedSetIterable<TA;>;
    MethodParameters:
         Name  Flags
      wrapped  

  protected <A> org.eclipse.collections.api.ParallelIterable<A> wrap(org.eclipse.collections.api.ParallelIterable<A>);
    descriptor: (Lorg/eclipse/collections/api/ParallelIterable;)Lorg/eclipse/collections/api/ParallelIterable;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.ParallelIterable wrapped
         0: .line 70
            new org.eclipse.collections.impl.lazy.parallel.SynchronizedParallelIterable
            dup
            aload 1 /* wrapped */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            invokespecial org.eclipse.collections.impl.lazy.parallel.SynchronizedParallelIterable.<init>:(Lorg/eclipse/collections/api/ParallelIterable;Ljava/lang/Object;)V
            areturn
        end local 1 // org.eclipse.collections.api.ParallelIterable wrapped
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    1     1  wrapped  Lorg/eclipse/collections/api/ParallelIterable<TA;>;
    Signature: <A:Ljava/lang/Object;>(Lorg/eclipse/collections/api/ParallelIterable<TA;>;)Lorg/eclipse/collections/api/ParallelIterable<TA;>;
    MethodParameters:
         Name  Flags
      wrapped  

  public void forEach(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 76
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 78
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.ParallelIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         2: .line 76
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.procedure.Procedure java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 80
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 85
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 87
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.ParallelIterable.forEachWith:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
         2: .line 85
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.procedure.Procedure2 java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    7     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
            0    7     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  
      parameter  

  public T detect(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 94
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 96
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.ParallelIterable.detect:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 94
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)TT;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> T detectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 103
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 105
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.ParallelIterable.detectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Ljava/lang/Object;
            aload 3
            monitorexit
         2: areturn
         3: .line 103
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        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.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    5     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)TT;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public T detectIfNone(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function0<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 112
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 114
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.detectIfNone:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
            aload 3
            monitorexit
         2: areturn
         3: .line 112
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function0 java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // org.eclipse.collections.api.block.function.Function0 function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0    5     2   function  Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function0<+TT;>;)TT;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <P> T detectWithIfNone(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P, org.eclipse.collections.api.block.function.Function0<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
        start local 3 // org.eclipse.collections.api.block.function.Function0 function
         0: .line 121
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 123
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* parameter */
            aload 3 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.detectWithIfNone:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/Function0;)Ljava/lang/Object;
            aload 4
            monitorexit
         2: areturn
         3: .line 121
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object org.eclipse.collections.api.block.function.Function0 java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 3 // org.eclipse.collections.api.block.function.Function0 function
        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.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    5     2  parameter  TP;
            0    5     3   function  Lorg/eclipse/collections/api/block/function/Function0<+TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;Lorg/eclipse/collections/api/block/function/Function0<+TT;>;)TT;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  
      function   

  public int count(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 130
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 132
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.ParallelIterable.count:(Lorg/eclipse/collections/api/block/predicate/Predicate;)I
            aload 2
            monitorexit
         2: ireturn
         3: .line 130
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)I
    MethodParameters:
           Name  Flags
      predicate  

  public <P> int countWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 139
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 141
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.ParallelIterable.countWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)I
            aload 3
            monitorexit
         2: ireturn
         3: .line 139
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        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.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    5     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)I
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 148
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 150
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.ParallelIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 148
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean anySatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 157
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 159
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.ParallelIterable.anySatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            aload 3
            monitorexit
         2: ireturn
         3: .line 157
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        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.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    5     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 166
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 168
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.ParallelIterable.allSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 166
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean allSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 175
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 177
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.ParallelIterable.allSatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            aload 3
            monitorexit
         2: ireturn
         3: .line 175
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        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.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    5     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 184
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 186
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.ParallelIterable.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 184
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Z
    MethodParameters:
           Name  Flags
      predicate  

  public <P> boolean noneSatisfyWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 193
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 195
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.ParallelIterable.noneSatisfyWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Z
            aload 3
            monitorexit
         2: ireturn
         3: .line 193
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        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.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0    5     2  parameter  TP;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Z
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.list.MutableList<T> toList();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 202
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 204
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toList:()Lorg/eclipse/collections/api/list/MutableList;
            aload 1
            monitorexit
         2: areturn
         3: .line 202
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> toSortedList();
    descriptor: ()Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 211
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 213
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedList:()Lorg/eclipse/collections/api/list/MutableList;
            aload 1
            monitorexit
         2: areturn
         3: .line 211
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lorg/eclipse/collections/api/list/MutableList<TT;>;

  public org.eclipse.collections.api.list.MutableList<T> toSortedList(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.util.Comparator comparator
         0: .line 220
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 222
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedList:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/list/MutableList;
            aload 2
            monitorexit
         2: areturn
         3: .line 220
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.list.MutableList<T> toSortedListBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 229
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 231
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedListBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/list/MutableList;
            aload 2
            monitorexit
         2: areturn
         3: .line 229
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.MutableSet<T> toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 238
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 240
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSet:()Lorg/eclipse/collections/api/set/MutableSet;
            aload 1
            monitorexit
         2: areturn
         3: .line 238
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSet();
    descriptor: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 247
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 249
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedSet:()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            aload 1
            monitorexit
         2: areturn
         3: .line 247
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;

  public org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSet(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.util.Comparator comparator
         0: .line 256
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 258
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedSet:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            aload 2
            monitorexit
         2: areturn
         3: .line 256
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.set.sorted.MutableSortedSet<T> toSortedSetBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 265
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 267
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedSetBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet;
            aload 2
            monitorexit
         2: areturn
         3: .line 265
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/set/sorted/MutableSortedSet<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.bag.MutableBag<T> toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/MutableBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 274
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 276
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toBag:()Lorg/eclipse/collections/api/bag/MutableBag;
            aload 1
            monitorexit
         2: areturn
         3: .line 274
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lorg/eclipse/collections/api/bag/MutableBag<TT;>;

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 283
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 285
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedBag:()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            aload 1
            monitorexit
         2: areturn
         3: .line 283
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;

  public org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBag(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.util.Comparator comparator
         0: .line 292
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 294
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedBag:(Ljava/util/Comparator;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            aload 2
            monitorexit
         2: areturn
         3: .line 292
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Comparator<-TT;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
    MethodParameters:
            Name  Flags
      comparator  

  public <V extends java.lang.Comparable<? super V>> org.eclipse.collections.api.bag.sorted.MutableSortedBag<T> toSortedBagBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 301
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 303
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedBagBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag;
            aload 2
            monitorexit
         2: areturn
         3: .line 301
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/bag/sorted/MutableSortedBag<TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <NK, NV> org.eclipse.collections.api.map.MutableMap<NK, NV> toMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 2 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 310
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 312
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* keyFunction */
            aload 2 /* valueFunction */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
            aload 3
            monitorexit
         2: areturn
         3: .line 310
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    5     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/MutableMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 2 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 319
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 321
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* keyFunction */
            aload 2 /* valueFunction */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedMap:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            aload 3
            monitorexit
         2: areturn
         3: .line 319
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 1 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    5     2  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      keyFunction    
      valueFunction  

  public <NK, NV> org.eclipse.collections.api.map.sorted.MutableSortedMap<NK, NV> toSortedMap(java.util.Comparator<? super NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NK>, org.eclipse.collections.api.block.function.Function<? super T, ? extends NV>);
    descriptor: (Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.util.Comparator comparator
        start local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        start local 3 // org.eclipse.collections.api.block.function.Function valueFunction
         0: .line 328
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 330
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* comparator */
            aload 2 /* keyFunction */
            aload 3 /* valueFunction */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toSortedMap:(Ljava/util/Comparator;Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap;
            aload 4
            monitorexit
         2: areturn
         3: .line 328
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.util.Comparator org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 3 // org.eclipse.collections.api.block.function.Function valueFunction
        end local 2 // org.eclipse.collections.api.block.function.Function keyFunction
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1     comparator  Ljava/util/Comparator<-TNK;>;
            0    5     2    keyFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;
            0    5     3  valueFunction  Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <NK:Ljava/lang/Object;NV:Ljava/lang/Object;>(Ljava/util/Comparator<-TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNK;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TNV;>;)Lorg/eclipse/collections/api/map/sorted/MutableSortedMap<TNK;TNV;>;
    MethodParameters:
               Name  Flags
      comparator     
      keyFunction    
      valueFunction  

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 337
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 339
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.toArray:()[Ljava/lang/Object;
            aload 1
            monitorexit
         2: areturn
         3: .line 337
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public <T1> T1[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.lang.Object[] target
         0: .line 346
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 348
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* target */
            invokeinterface org.eclipse.collections.api.ParallelIterable.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 346
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object[] java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object[] target
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  target  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <T1:Ljava/lang/Object;>([TT1;)[TT1;
    MethodParameters:
        Name  Flags
      target  

  public T min(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.util.Comparator comparator
         0: .line 355
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 357
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.min:(Ljava/util/Comparator;)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 355
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Comparator<-TT;>;)TT;
    MethodParameters:
            Name  Flags
      comparator  

  public T max(java.util.Comparator<? super T>);
    descriptor: (Ljava/util/Comparator;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.util.Comparator comparator
         0: .line 364
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 366
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* comparator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.max:(Ljava/util/Comparator;)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 364
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Comparator comparator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  comparator  Ljava/util/Comparator<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Comparator<-TT;>;)TT;
    MethodParameters:
            Name  Flags
      comparator  

  public T min();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 373
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 375
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.min:()Ljava/lang/Object;
            aload 1
            monitorexit
         2: areturn
         3: .line 373
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()TT;

  public T max();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 382
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 384
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.max:()Ljava/lang/Object;
            aload 1
            monitorexit
         2: areturn
         3: .line 382
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: ()TT;

  public <V extends java.lang.Comparable<? super V>> T minBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 391
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 393
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.minBy:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 391
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
    MethodParameters:
          Name  Flags
      function  

  public <V extends java.lang.Comparable<? super V>> T maxBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 400
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 402
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.maxBy:(Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 400
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V::Ljava/lang/Comparable<-TV;>;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)TT;
    MethodParameters:
          Name  Flags
      function  

  public long sumOfInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
         0: .line 409
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 411
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.sumOfInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)J
            aload 2
            monitorexit
         2: lreturn
         3: .line 409
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)J
    MethodParameters:
          Name  Flags
      function  

  public double sumOfFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
         0: .line 418
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 420
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.sumOfFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)D
            aload 2
            monitorexit
         2: dreturn
         3: .line 418
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)D
    MethodParameters:
          Name  Flags
      function  

  public long sumOfLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
         0: .line 427
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 429
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.sumOfLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)J
            aload 2
            monitorexit
         2: lreturn
         3: .line 427
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)J
    MethodParameters:
          Name  Flags
      function  

  public double sumOfDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
         0: .line 436
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 438
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.sumOfDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)D
            aload 2
            monitorexit
         2: dreturn
         3: .line 436
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)D
    MethodParameters:
          Name  Flags
      function  

  public java.lang.String makeString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 445
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 447
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokeinterface org.eclipse.collections.api.ParallelIterable.makeString:()Ljava/lang/String;
            aload 1
            monitorexit
         2: areturn
         3: .line 445
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public java.lang.String makeString(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.lang.String separator
         0: .line 454
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 456
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* separator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.makeString:(Ljava/lang/String;)Ljava/lang/String;
            aload 2
            monitorexit
         2: areturn
         3: .line 454
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.String java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.String separator
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  separator  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
           Name  Flags
      separator  

  public java.lang.String makeString(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.lang.String start
        start local 2 // java.lang.String separator
        start local 3 // java.lang.String end
         0: .line 463
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 465
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* start */
            aload 2 /* separator */
            aload 3 /* end */
            invokeinterface org.eclipse.collections.api.ParallelIterable.makeString:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            aload 4
            monitorexit
         2: areturn
         3: .line 463
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 3 // java.lang.String end
        end local 2 // java.lang.String separator
        end local 1 // java.lang.String start
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1      start  Ljava/lang/String;
            0    5     2  separator  Ljava/lang/String;
            0    5     3        end  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
           Name  Flags
      start      
      separator  
      end        

  public void appendString(java.lang.Appendable);
    descriptor: (Ljava/lang/Appendable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.lang.Appendable appendable
         0: .line 472
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 474
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* appendable */
            invokeinterface org.eclipse.collections.api.ParallelIterable.appendString:(Ljava/lang/Appendable;)V
         2: .line 472
            aload 2
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Appendable java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 2
            monitorexit
         5: athrow
         6: .line 476
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    7     1  appendable  Ljava/lang/Appendable;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
            Name  Flags
      appendable  

  public void appendString(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String separator
         0: .line 481
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 483
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* appendable */
            aload 2 /* separator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;)V
         2: .line 481
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Appendable java.lang.String java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 485
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String separator
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    7     1  appendable  Ljava/lang/Appendable;
            0    7     2   separator  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
            Name  Flags
      appendable  
      separator   

  public void appendString(java.lang.Appendable, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // java.lang.Appendable appendable
        start local 2 // java.lang.String start
        start local 3 // java.lang.String separator
        start local 4 // java.lang.String end
         0: .line 490
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 5
            monitorenter
         1: .line 492
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* appendable */
            aload 2 /* start */
            aload 3 /* separator */
            aload 4 /* end */
            invokeinterface org.eclipse.collections.api.ParallelIterable.appendString:(Ljava/lang/Appendable;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
         2: .line 490
            aload 5
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Appendable java.lang.String java.lang.String java.lang.String java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 5
            monitorexit
         5: athrow
         6: .line 494
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.String end
        end local 3 // java.lang.String separator
        end local 2 // java.lang.String start
        end local 1 // java.lang.Appendable appendable
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    7     1  appendable  Ljava/lang/Appendable;
            0    7     2       start  Ljava/lang/String;
            0    7     3   separator  Ljava/lang/String;
            0    7     4         end  Ljava/lang/String;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    MethodParameters:
            Name  Flags
      appendable  
      start       
      separator   
      end         

  public <V> org.eclipse.collections.api.map.MapIterable<V, T> groupByUniqueKey(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 499
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 501
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.ParallelIterable.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
            aload 2
            monitorexit
         2: areturn
         3: .line 499
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/map/MapIterable<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <K, V> org.eclipse.collections.api.map.MapIterable<K, V> aggregateInPlaceBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
         0: .line 508
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 510
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* mutatingAggregator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.aggregateInPlaceBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/procedure/Procedure2;)Lorg/eclipse/collections/api/map/MapIterable;
            aload 4
            monitorexit
         2: areturn
         3: .line 508
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function0 org.eclipse.collections.api.block.procedure.Procedure2 java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 3 // org.eclipse.collections.api.block.procedure.Procedure2 mutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1             groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
            0    5     2    zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            0    5     3  mutatingAggregator  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TT;>;)Lorg/eclipse/collections/api/map/MapIterable<TK;TV;>;
    MethodParameters:
                    Name  Flags
      groupBy             
      zeroValueFactory    
      mutatingAggregator  

  public <K, V> org.eclipse.collections.api.map.MapIterable<K, V> aggregateBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends K>, org.eclipse.collections.api.block.function.Function0<? extends V>, org.eclipse.collections.api.block.function.Function2<? super V, ? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
        start local 1 // org.eclipse.collections.api.block.function.Function groupBy
        start local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        start local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
         0: .line 517
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 4
            monitorenter
         1: .line 519
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            aload 1 /* groupBy */
            aload 2 /* zeroValueFactory */
            aload 3 /* nonMutatingAggregator */
            invokeinterface org.eclipse.collections.api.ParallelIterable.aggregateBy:(Lorg/eclipse/collections/api/block/function/Function;Lorg/eclipse/collections/api/block/function/Function0;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/map/MapIterable;
            aload 4
            monitorexit
         2: areturn
         3: .line 517
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable org.eclipse.collections.api.block.function.Function org.eclipse.collections.api.block.function.Function0 org.eclipse.collections.api.block.function.Function2 java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 4
            monitorexit
         4: athrow
        end local 3 // org.eclipse.collections.api.block.function.Function2 nonMutatingAggregator
        end local 2 // org.eclipse.collections.api.block.function.Function0 zeroValueFactory
        end local 1 // org.eclipse.collections.api.block.function.Function groupBy
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    5     0                   this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
            0    5     1                groupBy  Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;
            0    5     2       zeroValueFactory  Lorg/eclipse/collections/api/block/function/Function0<+TV;>;
            0    5     3  nonMutatingAggregator  Lorg/eclipse/collections/api/block/function/Function2<-TV;-TT;+TV;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TK;>;Lorg/eclipse/collections/api/block/function/Function0<+TV;>;Lorg/eclipse/collections/api/block/function/Function2<-TV;-TT;+TV;>;)Lorg/eclipse/collections/api/map/MapIterable<TK;TV;>;
    MethodParameters:
                       Name  Flags
      groupBy                
      zeroValueFactory       
      nonMutatingAggregator  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
         0: .line 526
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 528
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable.delegate:Lorg/eclipse/collections/api/ParallelIterable;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aload 1
            monitorexit
         2: areturn
         3: .line 526
      StackMap locals: org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.collections.impl.lazy.parallel.AbstractSynchronizedParallelIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/collections/impl/lazy/parallel/AbstractSynchronizedParallelIterable<TT;TPI;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
}
Signature: <T:Ljava/lang/Object;PI::Lorg/eclipse/collections/api/ParallelIterable<TT;>;>Ljava/lang/Object;Lorg/eclipse/collections/api/ParallelIterable<TT;>;
SourceFile: "AbstractSynchronizedParallelIterable.java"