public final class org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet<T> extends org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection<T> implements java.util.RandomAccess, java.io.Externalizable, org.eclipse.collections.api.set.MultiReaderSet<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
  super_class: org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private org.eclipse.collections.api.set.MutableSet<T> delegate;
    descriptor: Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 97
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 100
            return
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  private void <init>(org.eclipse.collections.api.set.MutableSet<T>);
    descriptor: (Lorg/eclipse/collections/api/set/MutableSet;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.MutableSet newDelegate
         0: .line 104
            aload 0 /* this */
            aload 1 /* newDelegate */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;Ljava/util/concurrent/locks/ReadWriteLock;)V
         1: .line 105
            return
        end local 1 // org.eclipse.collections.api.set.MutableSet newDelegate
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    2     1  newDelegate  Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    Signature: (Lorg/eclipse/collections/api/set/MutableSet<TT;>;)V
    MethodParameters:
             Name  Flags
      newDelegate  

  private void <init>(org.eclipse.collections.api.set.MutableSet<T>, java.util.concurrent.locks.ReadWriteLock);
    descriptor: (Lorg/eclipse/collections/api/set/MutableSet;Ljava/util/concurrent/locks/ReadWriteLock;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.MutableSet newDelegate
        start local 2 // java.util.concurrent.locks.ReadWriteLock newLock
         0: .line 107
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection.<init>:()V
         1: .line 109
            aload 0 /* this */
            aload 2 /* newLock */
            putfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 110
            aload 0 /* this */
            new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper
            dup
            aload 2 /* newLock */
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.<init>:(Ljava/util/concurrent/locks/ReadWriteLock;)V
            putfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
         3: .line 111
            aload 0 /* this */
            aload 1 /* newDelegate */
            putfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
         4: .line 112
            return
        end local 2 // java.util.concurrent.locks.ReadWriteLock newLock
        end local 1 // org.eclipse.collections.api.set.MutableSet newDelegate
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    5     1  newDelegate  Lorg/eclipse/collections/api/set/MutableSet<TT;>;
            0    5     2      newLock  Ljava/util/concurrent/locks/ReadWriteLock;
    Signature: (Lorg/eclipse/collections/api/set/MutableSet<TT;>;Ljava/util/concurrent/locks/ReadWriteLock;)V
    MethodParameters:
             Name  Flags
      newDelegate  
      newLock      

  public static <T> org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet<T> newSet();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 116
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            dup
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;

  public static <T> org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet<T> newSet(int);
    descriptor: (I)Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int capacity
         0: .line 121
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            dup
            iload 0 /* capacity */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(I)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
            areturn
        end local 0 // int capacity
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  capacity  I
    Signature: <T:Ljava/lang/Object;>(I)Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    MethodParameters:
          Name  Flags
      capacity  

  public static <T> org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet<T> newSet(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Iterable iterable
         0: .line 126
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            dup
            aload 0 /* iterable */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSet:(Ljava/lang/Iterable;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
            areturn
        end local 0 // java.lang.Iterable iterable
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  iterable  Ljava/lang/Iterable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    MethodParameters:
          Name  Flags
      iterable  

  public static <T> org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet<T> newSetWith(T[]);
    descriptor: ([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 131
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            dup
            aload 0 /* elements */
            invokestatic org.eclipse.collections.impl.set.mutable.UnifiedSet.newSetWith:([Ljava/lang/Object;)Lorg/eclipse/collections/impl/set/mutable/UnifiedSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  [Ljava/lang/Object;
    Signature: <T:Ljava/lang/Object;>([TT;)Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  protected org.eclipse.collections.api.set.MutableSet<T> getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 137
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet<T> asReadUntouchable();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 144
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface org.eclipse.collections.api.set.MutableSet.asUnmodifiable:()Lorg/eclipse/collections/api/set/MutableSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet<TT;>;

  org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet<T> asWriteUntouchable();
    descriptor: ()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 151
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet<TT;>;

  public void withReadLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.set.MutableSet<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 156
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 158
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.asReadUntouchable:()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet;
            astore 5 /* untouchableSet */
        start local 5 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet untouchableSet
         3: .line 159
            aload 1 /* procedure */
            aload 5 /* untouchableSet */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 160
            aload 5 /* untouchableSet */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet.becomeUseless:()V
        end local 5 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet untouchableSet
         5: .line 161
            aload 4 /* wrapper */
            ifnull 11
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 11
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.procedure.Procedure java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         6: astore 2
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        11: .line 162
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   12     1       procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;
            2    7     4         wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            3    5     5  untouchableSet  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet<TT;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           1     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public void withWriteLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.set.MutableSet<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 166
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireWriteLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 168
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.asWriteUntouchable:()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet;
            astore 5 /* untouchableSet */
        start local 5 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet untouchableSet
         3: .line 169
            aload 1 /* procedure */
            aload 5 /* untouchableSet */
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
         4: .line 170
            aload 5 /* untouchableSet */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet.becomeUseless:()V
        end local 5 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet untouchableSet
         5: .line 171
            aload 4 /* wrapper */
            ifnull 11
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
            goto 11
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.procedure.Procedure java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.lang.Throwable
         6: astore 2
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        11: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   12     0            this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   12     1       procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;
            2    7     4         wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            3    5     5  untouchableSet  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet$UntouchableMutableSet<TT;>;
      Exception table:
        from    to  target  type
           2     5       6  any
           1     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.set.MutableSet<T> asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 177
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 179
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet.of:(Ljava/util/Set;)Lorg/eclipse/collections/impl/set/mutable/SynchronizedMutableSet;
         3: .line 180
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 179
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.set.mutable.SynchronizedMutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 180
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.set.ImmutableSet<T> toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 186
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 188
            getstatic org.eclipse.collections.api.factory.Sets.immutable:Lorg/eclipse/collections/api/factory/set/ImmutableSetFactory;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface org.eclipse.collections.api.factory.set.ImmutableSetFactory.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/ImmutableSet;
         3: .line 189
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 188
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.ImmutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 189
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/ImmutableSet<TT;>;

  public org.eclipse.collections.api.set.MutableSet<T> asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 195
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 197
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSet.of:(Ljava/util/Set;)Lorg/eclipse/collections/impl/set/mutable/UnmodifiableMutableSet;
         3: .line 198
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 197
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.set.mutable.UnmodifiableMutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 198
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.set.MutableSet<T> clone();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 204
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 206
            new org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface org.eclipse.collections.api.set.MutableSet.clone:()Lorg/eclipse/collections/api/set/MutableSet;
            invokespecial org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.<init>:(Lorg/eclipse/collections/api/set/MutableSet;)V
         3: .line 207
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 206
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 207
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public <V> org.eclipse.collections.api.set.MutableSet<V> collect(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 213
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 215
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 216
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 215
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 216
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public org.eclipse.collections.api.set.primitive.MutableBooleanSet collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
         0: .line 222
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 224
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* booleanFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
         3: .line 225
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 224
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.BooleanFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableBooleanSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 225
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanFunction booleanFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  booleanFunction  Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;
            2    7     4          wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
    MethodParameters:
                 Name  Flags
      booleanFunction  

  public org.eclipse.collections.api.set.primitive.MutableByteSet collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
         0: .line 231
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 233
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* byteFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
         3: .line 234
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 233
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.ByteFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableByteSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 234
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ByteFunction byteFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  byteFunction  Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;
            2    7     4       wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
    MethodParameters:
              Name  Flags
      byteFunction  

  public org.eclipse.collections.api.set.primitive.MutableCharSet collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
         0: .line 240
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 242
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* charFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
         3: .line 243
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 242
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.CharFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableCharSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 243
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.CharFunction charFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  charFunction  Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;
            2    7     4       wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
    MethodParameters:
              Name  Flags
      charFunction  

  public org.eclipse.collections.api.set.primitive.MutableDoubleSet collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
         0: .line 249
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 251
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* doubleFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
         3: .line 252
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 251
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.DoubleFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableDoubleSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 252
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.DoubleFunction doubleFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   11     0            this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  doubleFunction  Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;
            2    7     4         wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
    MethodParameters:
                Name  Flags
      doubleFunction  

  public org.eclipse.collections.api.set.primitive.MutableFloatSet collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
         0: .line 258
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 260
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* floatFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
         3: .line 261
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 260
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.FloatFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableFloatSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 261
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.FloatFunction floatFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  floatFunction  Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;
            2    7     4        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
    MethodParameters:
               Name  Flags
      floatFunction  

  public org.eclipse.collections.api.set.primitive.MutableIntSet collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
         0: .line 267
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 269
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* intFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
         3: .line 270
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 269
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.IntFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableIntSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 270
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.IntFunction intFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  intFunction  Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;
            2    7     4      wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
    MethodParameters:
             Name  Flags
      intFunction  

  public org.eclipse.collections.api.set.primitive.MutableLongSet collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
         0: .line 276
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 278
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* longFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
         3: .line 279
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 278
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.LongFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableLongSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 279
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.LongFunction longFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0          this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  longFunction  Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;
            2    7     4       wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
    MethodParameters:
              Name  Flags
      longFunction  

  public org.eclipse.collections.api.set.primitive.MutableShortSet collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
         0: .line 285
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 287
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* shortFunction */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
         3: .line 288
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 287
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.primitive.ShortFunction java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.primitive.MutableShortSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 288
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.primitive.ShortFunction shortFunction
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  shortFunction  Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;
            2    7     4        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction<-TT;>;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
    MethodParameters:
               Name  Flags
      shortFunction  

  public <V> org.eclipse.collections.api.set.MutableSet<V> flatCollect(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 294
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 296
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.MutableSet.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 297
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 296
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 297
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.set.MutableSet<V> collectIf(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        start local 2 // org.eclipse.collections.api.block.function.Function function
         0: .line 305
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 307
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 308
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 307
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 308
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // org.eclipse.collections.api.block.function.Function function
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            0   11     2   function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
           Name  Flags
      predicate  
      function   

  public <P, V> org.eclipse.collections.api.set.MutableSet<V> collectWith(org.eclipse.collections.api.block.function.Function2<? super T, ? super P, ? extends V>, P);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function2 function
        start local 2 // java.lang.Object parameter
         0: .line 316
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 318
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* function */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.MutableSet.collectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 319
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 318
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.Function2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 319
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.function.Function2 function
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1   function  Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <P:Ljava/lang/Object;V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function2<-TT;-TP;+TV;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TV;>;
    MethodParameters:
           Name  Flags
      function   
      parameter  

  public org.eclipse.collections.api.set.MutableSet<T> newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 325
            invokestatic org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.newSet:()Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet;
            areturn
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<TT;>;

  public org.eclipse.collections.api.set.MutableSet<T> reject(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 331
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 333
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.set.MutableSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 334
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 333
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 334
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.set.MutableSet<T> rejectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 342
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 344
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.MutableSet.rejectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 345
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 344
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 345
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            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.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.set.MutableSet<T> tap(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 351
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 353
            aload 0 /* this */
            aload 1 /* procedure */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.forEach:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
         3: .line 354
            aload 0 /* this */
         4: .line 355
            aload 4 /* wrapper */
            ifnull 5
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         5: .line 354
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.procedure.Procedure java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2
         7: .line 355
            aload 4 /* wrapper */
            ifnull 8
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         8: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 3
            aload 2
            ifnonnull 10
            aload 3
            astore 2
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 2
            aload 3
            if_acmpeq 11
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        11: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   12     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
            2    8     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     4       6  any
           1     5       9  any
           6     9       9  any
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.set.MutableSet<T> select(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 361
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 363
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.set.MutableSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 364
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 363
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 364
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.set.MutableSet<T> selectWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 372
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 374
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.MutableSet.selectWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 375
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 374
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 375
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            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.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public org.eclipse.collections.api.partition.set.PartitionMutableSet<T> partition(org.eclipse.collections.api.block.predicate.Predicate<? super T>);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
         0: .line 381
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 383
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.set.MutableSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
         3: .line 384
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 383
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.partition.set.PartitionMutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 384
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.predicate.Predicate predicate
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
            2    7     4    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  

  public <P> org.eclipse.collections.api.partition.set.PartitionMutableSet<T> partitionWith(org.eclipse.collections.api.block.predicate.Predicate2<? super T, ? super P>, P);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.predicate.Predicate2 predicate
        start local 2 // java.lang.Object parameter
         0: .line 390
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 392
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* predicate */
            aload 2 /* parameter */
            invokeinterface org.eclipse.collections.api.set.MutableSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
         3: .line 393
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 392
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.predicate.Predicate2 java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.partition.set.PartitionMutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 393
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            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.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  predicate  Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;
            0   11     2  parameter  TP;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet<TT;>;
    MethodParameters:
           Name  Flags
      predicate  
      parameter  

  public <S> org.eclipse.collections.api.set.MutableSet<S> selectInstancesOf(java.lang.Class<S>);
    descriptor: (Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Class clazz
         0: .line 399
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 401
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* clazz */
            invokeinterface org.eclipse.collections.api.set.MutableSet.selectInstancesOf:(Ljava/lang/Class;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 402
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 401
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Class java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 402
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // java.lang.Class clazz
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1    clazz  Ljava/lang/Class<TS;>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Class<TS;>;)Lorg/eclipse/collections/api/set/MutableSet<TS;>;
    MethodParameters:
       Name  Flags
      clazz  

  public org.eclipse.collections.api.set.MutableSet<T> with(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Object element
         0: .line 408
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.add:(Ljava/lang/Object;)Z
            pop
         1: .line 409
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    2     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.MutableSet<T> without(T);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Object element
         0: .line 415
            aload 0 /* this */
            aload 1 /* element */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 416
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object element
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    2     1  element  TT;
    Signature: (TT;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.api.set.MutableSet<T> withAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Iterable elements
         0: .line 422
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.addAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 423
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    2     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.set.MutableSet<T> withoutAll(java.lang.Iterable<? extends T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Iterable elements
         0: .line 429
            aload 0 /* this */
            aload 1 /* elements */
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.removeAllIterable:(Ljava/lang/Iterable;)Z
            pop
         1: .line 430
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Iterable elements
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    2     1  elements  Ljava/lang/Iterable<+TT;>;
    Signature: (Ljava/lang/Iterable<+TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
          Name  Flags
      elements  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Object o
         0: .line 436
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 438
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* o */
            invokeinterface org.eclipse.collections.api.set.MutableSet.equals:(Ljava/lang/Object;)Z
         3: .line 439
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 438
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Object java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 439
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // java.lang.Object o
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1        o  Ljava/lang/Object;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 445
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 447
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface org.eclipse.collections.api.set.MutableSet.hashCode:()I
         3: .line 448
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 447
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 448
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any

  public void writeExternal(java.io.ObjectOutput);
    descriptor: (Ljava/io/ObjectOutput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.io.ObjectOutput out
         0: .line 454
            aload 1 /* out */
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface java.io.ObjectOutput.writeObject:(Ljava/lang/Object;)V
         1: .line 455
            return
        end local 1 // java.io.ObjectOutput out
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    2     1   out  Ljava/io/ObjectOutput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      out   

  public void readExternal(java.io.ObjectInput);
    descriptor: (Ljava/io/ObjectInput;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.io.ObjectInput in
         0: .line 460
            aload 0 /* this */
            aload 1 /* in */
            invokeinterface java.io.ObjectInput.readObject:()Ljava/lang/Object;
            checkcast org.eclipse.collections.api.set.MutableSet
            putfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
         1: .line 461
            aload 0 /* this */
            new java.util.concurrent.locks.ReentrantReadWriteLock
            dup
            invokespecial java.util.concurrent.locks.ReentrantReadWriteLock.<init>:()V
            putfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lock:Ljava/util/concurrent/locks/ReadWriteLock;
         2: .line 462
            aload 0 /* this */
            new org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokespecial org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.<init>:(Ljava/util/concurrent/locks/ReadWriteLock;)V
            putfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
         3: .line 463
            return
        end local 1 // java.io.ObjectInput in
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0    4     1    in  Ljava/io/ObjectInput;
    Exceptions:
      throws java.io.IOException, java.lang.ClassNotFoundException
    MethodParameters:
      Name  Flags
      in    

  public <V> org.eclipse.collections.api.multimap.set.MutableSetMultimap<V, T> groupBy(org.eclipse.collections.api.block.function.Function<? super T, ? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 897
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 899
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.MutableSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
         3: .line 900
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 899
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.multimap.set.MutableSetMultimap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 900
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.multimap.set.MutableSetMultimap<V, T> groupByEach(org.eclipse.collections.api.block.function.Function<? super T, ? extends java.lang.Iterable<V>>);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 906
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 908
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.MutableSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
         3: .line 909
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 908
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.multimap.set.MutableSetMultimap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 909
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <V> org.eclipse.collections.api.map.MutableMap<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/MutableMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.block.function.Function function
         0: .line 915
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 917
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.set.MutableSet.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
         3: .line 918
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 917
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.block.function.Function java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.map.MutableMap
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 918
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.block.function.Function function
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   11     0      this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  function  Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;
            2    7     4   wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/Function<-TT;+TV;>;)Lorg/eclipse/collections/api/map/MutableMap<TV;TT;>;
    MethodParameters:
          Name  Flags
      function  

  public <S> org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<T, S>> zip(java.lang.Iterable<S>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.lang.Iterable that
         0: .line 928
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 930
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* that */
            invokeinterface org.eclipse.collections.api.set.MutableSet.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 931
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 930
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Iterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 931
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // java.lang.Iterable that
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1     that  Ljava/lang/Iterable<TS;>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <S:Ljava/lang/Object;>(Ljava/lang/Iterable<TS;>;)Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TT;TS;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      that  

  public org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.tuple.Pair<T, java.lang.Integer>> zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 941
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 943
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface org.eclipse.collections.api.set.MutableSet.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 944
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 943
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 944
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/tuple/Pair<TT;Ljava/lang/Integer;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public org.eclipse.collections.api.RichIterable<org.eclipse.collections.api.RichIterable<T>> chunk(int);
    descriptor: (I)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // int size
         0: .line 950
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 952
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            iload 1 /* size */
            invokeinterface org.eclipse.collections.api.set.MutableSet.chunk:(I)Lorg/eclipse/collections/api/RichIterable;
         3: .line 953
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 952
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet int java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.RichIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 953
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1     size  I
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (I)Lorg/eclipse/collections/api/RichIterable<Lorg/eclipse/collections/api/RichIterable<TT;>;>;
    MethodParameters:
      Name  Flags
      size  

  public org.eclipse.collections.api.set.MutableSet<T> union(org.eclipse.collections.api.set.SetIterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable set
         0: .line 959
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 961
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* set */
            invokeinterface org.eclipse.collections.api.set.MutableSet.union:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 962
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 961
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 962
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable set
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1      set  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<+TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
      Name  Flags
      set   

  public <R extends java.util.Set<T>> R unionInto(org.eclipse.collections.api.set.SetIterable<? extends T>, );
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable set
        start local 2 // java.util.Set targetSet
         0: .line 968
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 970
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* set */
            aload 2 /* targetSet */
            invokeinterface org.eclipse.collections.api.set.MutableSet.unionInto:(Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
         3: .line 971
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 970
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.util.Set java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Set
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 971
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // java.util.Set targetSet
        end local 1 // org.eclipse.collections.api.set.SetIterable set
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1        set  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            0   11     2  targetSet  TR;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Ljava/util/Set<TT;>;>(Lorg/eclipse/collections/api/set/SetIterable<+TT;>;TR;)TR;
    MethodParameters:
           Name  Flags
      set        
      targetSet  

  public org.eclipse.collections.api.set.MutableSet<T> intersect(org.eclipse.collections.api.set.SetIterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable set
         0: .line 977
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 979
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* set */
            invokeinterface org.eclipse.collections.api.set.MutableSet.intersect:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 980
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 979
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 980
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable set
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1      set  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<+TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
      Name  Flags
      set   

  public <R extends java.util.Set<T>> R intersectInto(org.eclipse.collections.api.set.SetIterable<? extends T>, );
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable set
        start local 2 // java.util.Set targetSet
         0: .line 986
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 988
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* set */
            aload 2 /* targetSet */
            invokeinterface org.eclipse.collections.api.set.MutableSet.intersectInto:(Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
         3: .line 989
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 988
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.util.Set java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Set
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 989
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // java.util.Set targetSet
        end local 1 // org.eclipse.collections.api.set.SetIterable set
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1        set  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            0   11     2  targetSet  TR;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Ljava/util/Set<TT;>;>(Lorg/eclipse/collections/api/set/SetIterable<+TT;>;TR;)TR;
    MethodParameters:
           Name  Flags
      set        
      targetSet  

  public org.eclipse.collections.api.set.MutableSet<T> difference(org.eclipse.collections.api.set.SetIterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable subtrahendSet
         0: .line 995
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 997
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* subtrahendSet */
            invokeinterface org.eclipse.collections.api.set.MutableSet.difference:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 998
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 997
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 998
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable subtrahendSet
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  subtrahendSet  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            2    7     4        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<+TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
               Name  Flags
      subtrahendSet  

  public <R extends java.util.Set<T>> R differenceInto(org.eclipse.collections.api.set.SetIterable<? extends T>, );
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable subtrahendSet
        start local 2 // java.util.Set targetSet
         0: .line 1004
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1006
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* subtrahendSet */
            aload 2 /* targetSet */
            invokeinterface org.eclipse.collections.api.set.MutableSet.differenceInto:(Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
         3: .line 1007
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1006
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.util.Set java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Set
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1007
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // java.util.Set targetSet
        end local 1 // org.eclipse.collections.api.set.SetIterable subtrahendSet
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  subtrahendSet  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            0   11     2      targetSet  TR;
            2    7     5        wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Ljava/util/Set<TT;>;>(Lorg/eclipse/collections/api/set/SetIterable<+TT;>;TR;)TR;
    MethodParameters:
               Name  Flags
      subtrahendSet  
      targetSet      

  public org.eclipse.collections.api.set.MutableSet<T> symmetricDifference(org.eclipse.collections.api.set.SetIterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable setB
         0: .line 1013
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1015
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* setB */
            invokeinterface org.eclipse.collections.api.set.MutableSet.symmetricDifference:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 1016
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1015
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1016
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable setB
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1     setB  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<+TT;>;)Lorg/eclipse/collections/api/set/MutableSet<TT;>;
    MethodParameters:
      Name  Flags
      setB  

  public <R extends java.util.Set<T>> R symmetricDifferenceInto(org.eclipse.collections.api.set.SetIterable<? extends T>, );
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable set
        start local 2 // java.util.Set targetSet
         0: .line 1022
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1024
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* set */
            aload 2 /* targetSet */
            invokeinterface org.eclipse.collections.api.set.MutableSet.symmetricDifferenceInto:(Lorg/eclipse/collections/api/set/SetIterable;Ljava/util/Set;)Ljava/util/Set;
         3: .line 1025
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1024
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.util.Set java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: java.util.Set
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1025
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // java.util.Set targetSet
        end local 1 // org.eclipse.collections.api.set.SetIterable set
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1        set  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            0   11     2  targetSet  TR;
            2    7     5    wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <R::Ljava/util/Set<TT;>;>(Lorg/eclipse/collections/api/set/SetIterable<+TT;>;TR;)TR;
    MethodParameters:
           Name  Flags
      set        
      targetSet  

  public boolean isSubsetOf(org.eclipse.collections.api.set.SetIterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable candidateSuperset
         0: .line 1031
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1033
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* candidateSuperset */
            invokeinterface org.eclipse.collections.api.set.MutableSet.isSubsetOf:(Lorg/eclipse/collections/api/set/SetIterable;)Z
         3: .line 1034
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1033
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1034
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable candidateSuperset
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  candidateSuperset  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            2    7     4            wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<+TT;>;)Z
    MethodParameters:
                   Name  Flags
      candidateSuperset  

  public boolean isProperSubsetOf(org.eclipse.collections.api.set.SetIterable<? extends T>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable candidateSuperset
         0: .line 1040
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1042
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* candidateSuperset */
            invokeinterface org.eclipse.collections.api.set.MutableSet.isProperSubsetOf:(Lorg/eclipse/collections/api/set/SetIterable;)Z
         3: .line 1043
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1042
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: int
            ireturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1043
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable candidateSuperset
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   11     0               this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  candidateSuperset  Lorg/eclipse/collections/api/set/SetIterable<+TT;>;
            2    7     4            wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Lorg/eclipse/collections/api/set/SetIterable<+TT;>;)Z
    MethodParameters:
                   Name  Flags
      candidateSuperset  

  public org.eclipse.collections.api.set.MutableSet<org.eclipse.collections.api.set.UnsortedSetIterable<T>> powerSet();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
         0: .line 1049
            aconst_null
            astore 1
            aconst_null
            astore 2
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 3 /* wrapper */
        start local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1051
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            invokeinterface org.eclipse.collections.api.set.MutableSet.powerSet:()Lorg/eclipse/collections/api/set/MutableSet;
         3: .line 1052
            aload 3 /* wrapper */
            ifnull 4
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1051
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.set.MutableSet
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 1052
            aload 3 /* wrapper */
            ifnull 7
            aload 3 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 3 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 1
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 2
            aload 1
            ifnonnull 9
            aload 2
            astore 1
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 1
            aload 2
            if_acmpeq 10
            aload 1
            aload 2
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 1
            athrow
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            2    7     3  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: ()Lorg/eclipse/collections/api/set/MutableSet<Lorg/eclipse/collections/api/set/UnsortedSetIterable<TT;>;>;

  public <B> org.eclipse.collections.api.LazyIterable<org.eclipse.collections.api.tuple.Pair<T, B>> cartesianProduct(org.eclipse.collections.api.set.SetIterable<B>);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/LazyIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // org.eclipse.collections.api.set.SetIterable set
         0: .line 1058
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 4 /* wrapper */
        start local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1060
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* set */
            invokeinterface org.eclipse.collections.api.set.MutableSet.cartesianProduct:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/LazyIterable;
         3: .line 1061
            aload 4 /* wrapper */
            ifnull 4
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1060
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet org.eclipse.collections.api.set.SetIterable java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.api.LazyIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 2
         6: .line 1061
            aload 4 /* wrapper */
            ifnull 7
            aload 4 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 4 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 3
            aload 2
            ifnonnull 9
            aload 3
            astore 2
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 2
            aload 3
            if_acmpeq 10
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 2
            athrow
        end local 1 // org.eclipse.collections.api.set.SetIterable set
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1      set  Lorg/eclipse/collections/api/set/SetIterable<TB;>;
            2    7     4  wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: <B:Ljava/lang/Object;>(Lorg/eclipse/collections/api/set/SetIterable<TB;>;)Lorg/eclipse/collections/api/LazyIterable<Lorg/eclipse/collections/api/tuple/Pair<TT;TB;>;>;
    MethodParameters:
      Name  Flags
      set   

  public org.eclipse.collections.api.set.ParallelUnsortedSetIterable<T> asParallel(java.util.concurrent.ExecutorService, int);
    descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
        start local 1 // java.util.concurrent.ExecutorService executorService
        start local 2 // int batchSize
         0: .line 1067
            aconst_null
            astore 3
            aconst_null
            astore 4
         1: aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lockWrapper:Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$ReadWriteLockWrapper;
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper.acquireReadLock:()Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
            astore 5 /* wrapper */
        start local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
         2: .line 1069
            new org.eclipse.collections.impl.lazy.parallel.set.MultiReaderParallelUnsortedSetIterable
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.delegate:Lorg/eclipse/collections/api/set/MutableSet;
            aload 1 /* executorService */
            iload 2 /* batchSize */
            invokeinterface org.eclipse.collections.api.set.MutableSet.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.lock:Ljava/util/concurrent/locks/ReadWriteLock;
            invokespecial org.eclipse.collections.impl.lazy.parallel.set.MultiReaderParallelUnsortedSetIterable.<init>:(Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;Ljava/util/concurrent/locks/ReadWriteLock;)V
         3: .line 1070
            aload 5 /* wrapper */
            ifnull 4
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
         4: .line 1069
      StackMap locals: org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet java.util.concurrent.ExecutorService int java.lang.Throwable java.lang.Throwable org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper
      StackMap stack: org.eclipse.collections.impl.lazy.parallel.set.MultiReaderParallelUnsortedSetIterable
            areturn
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 3
         6: .line 1070
            aload 5 /* wrapper */
            ifnull 7
            aload 5 /* wrapper */
            invokevirtual org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper.close:()V
        end local 5 // org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper wrapper
      StackMap locals:
      StackMap stack:
         7: aload 3
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: astore 4
            aload 3
            ifnonnull 9
            aload 4
            astore 3
            goto 10
      StackMap locals:
      StackMap stack:
         9: aload 3
            aload 4
            if_acmpeq 10
            aload 3
            aload 4
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        10: aload 3
            athrow
        end local 2 // int batchSize
        end local 1 // java.util.concurrent.ExecutorService executorService
        end local 0 // org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   11     0             this  Lorg/eclipse/collections/impl/set/mutable/MultiReaderUnifiedSet<TT;>;
            0   11     1  executorService  Ljava/util/concurrent/ExecutorService;
            0   11     2        batchSize  I
            2    7     5          wrapper  Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection$LockWrapper;
      Exception table:
        from    to  target  type
           2     3       5  any
           1     4       8  any
           5     8       8  any
    Signature: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable<TT;>;
    MethodParameters:
                 Name  Flags
      executorService  
      batchSize        

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

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

  public org.eclipse.collections.api.collection.MutableCollection collectIf(org.eclipse.collections.api.block.predicate.Predicate, org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            aload 2
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectIf:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ImmutableSetIterable toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/set/ImmutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.ImmutableCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/ImmutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.toImmutable:()Lorg/eclipse/collections/api/set/ImmutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.newEmpty:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable withoutAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.withoutAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  protected org.eclipse.collections.api.collection.MutableCollection getDelegate();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.getDelegate:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable union(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.union:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable union(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.union:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.clone:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException

  public org.eclipse.collections.api.RichIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable zipWithIndex();
    descriptor: ()Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zipWithIndex:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.ParallelSetIterable asParallel(java.util.concurrent.ExecutorService, int);
    descriptor: (Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.asParallel:(Ljava/util/concurrent/ExecutorService;I)Lorg/eclipse/collections/api/set/ParallelUnsortedSetIterable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection flatCollect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.flatCollect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.CharIterable collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/CharIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.CharSet collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/set/primitive/CharSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableCharCollection collectChar(org.eclipse.collections.api.block.function.primitive.CharFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableCharCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.CharFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectChar:(Lorg/eclipse/collections/api/block/function/primitive/CharFunction;)Lorg/eclipse/collections/api/set/primitive/MutableCharSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.IntIterable collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/IntIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.IntSet collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/set/primitive/IntSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableIntCollection collectInt(org.eclipse.collections.api.block.function.primitive.IntFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableIntCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.IntFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectInt:(Lorg/eclipse/collections/api/block/function/primitive/IntFunction;)Lorg/eclipse/collections/api/set/primitive/MutableIntSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.LongIterable collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/LongIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.LongSet collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/set/primitive/LongSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableLongCollection collectLong(org.eclipse.collections.api.block.function.primitive.LongFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableLongCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.LongFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectLong:(Lorg/eclipse/collections/api/block/function/primitive/LongFunction;)Lorg/eclipse/collections/api/set/primitive/MutableLongSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable powerSet();
    descriptor: ()Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.powerSet:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public org.eclipse.collections.api.ByteIterable collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/ByteIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ByteSet collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/set/primitive/ByteSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableByteCollection collectByte(org.eclipse.collections.api.block.function.primitive.ByteFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableByteCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ByteFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectByte:(Lorg/eclipse/collections/api/block/function/primitive/ByteFunction;)Lorg/eclipse/collections/api/set/primitive/MutableByteSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionSet partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionMutableSetIterable partition(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partition:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable symmetricDifference(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.symmetricDifference:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable symmetricDifference(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.symmetricDifference:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable without(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.without:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.asSynchronized:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable difference(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.difference:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable difference(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.difference:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.DoubleIterable collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/DoubleIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.DoubleSet collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/set/primitive/DoubleSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableDoubleCollection collectDouble(org.eclipse.collections.api.block.function.primitive.DoubleFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableDoubleCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.DoubleFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectDouble:(Lorg/eclipse/collections/api/block/function/primitive/DoubleFunction;)Lorg/eclipse/collections/api/set/primitive/MutableDoubleSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable reject(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.reject:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap groupByEach(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupByEach:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public org.eclipse.collections.api.RichIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable select(org.eclipse.collections.api.block.predicate.Predicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.select:(Lorg/eclipse/collections/api/block/predicate/Predicate;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ShortIterable collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/ShortIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.ShortSet collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/set/primitive/ShortSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableShortCollection collectShort(org.eclipse.collections.api.block.function.primitive.ShortFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableShortCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.ShortFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectShort:(Lorg/eclipse/collections/api/block/function/primitive/ShortFunction;)Lorg/eclipse/collections/api/set/primitive/MutableShortSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable tap(org.eclipse.collections.api.block.procedure.Procedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.tap:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.FloatIterable collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/FloatIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.FloatSet collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/set/primitive/FloatSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableFloatCollection collectFloat(org.eclipse.collections.api.block.function.primitive.FloatFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableFloatCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.FloatFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectFloat:(Lorg/eclipse/collections/api/block/function/primitive/FloatFunction;)Lorg/eclipse/collections/api/set/primitive/MutableFloatSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.Multimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/Multimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.UnsortedSetMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/UnsortedSetMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.MutableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/MutableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.multimap.set.MutableSetIterableMultimap groupBy(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetIterableMultimap;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupBy:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/multimap/set/MutableSetMultimap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public org.eclipse.collections.api.partition.PartitionIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionSet partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.PartitionMutableCollection partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/PartitionMutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.partition.set.PartitionMutableSetIterable partitionWith(org.eclipse.collections.api.block.predicate.Predicate2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.predicate.Predicate2
            aload 2
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.partitionWith:(Lorg/eclipse/collections/api/block/predicate/Predicate2;Ljava/lang/Object;)Lorg/eclipse/collections/api/partition/set/PartitionMutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable flatCollectWith(org.eclipse.collections.api.block.function.Function2, java.lang.Object);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function2
            aload 2
            checkcast java.lang.Object
            invokeinterface org.eclipse.collections.api.set.MutableSet.flatCollectWith:(Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable withAll(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Iterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.withAll:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

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

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

  public org.eclipse.collections.api.BooleanIterable collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/BooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.primitive.BooleanSet collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/set/primitive/BooleanSet;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection collectBoolean(org.eclipse.collections.api.block.function.primitive.BooleanFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.primitive.BooleanFunction
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collectBoolean:(Lorg/eclipse/collections/api/block/function/primitive/BooleanFunction;)Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/RichIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.collect:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.MutableSetIterable with(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Object
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.with:(Ljava/lang/Object;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.SetIterable intersect(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/SetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.intersect:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.set.UnsortedSetIterable intersect(org.eclipse.collections.api.set.SetIterable);
    descriptor: (Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/UnsortedSetIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.set.SetIterable
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.intersect:(Lorg/eclipse/collections/api/set/SetIterable;)Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.map.MapIterable groupByUniqueKey(org.eclipse.collections.api.block.function.Function);
    descriptor: (Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MapIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.collections.api.block.function.Function
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.groupByUniqueKey:(Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/map/MutableMap;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/MutableCollection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet.asUnmodifiable:()Lorg/eclipse/collections/api/set/MutableSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lorg/eclipse/collections/impl/collection/mutable/AbstractMultiReaderMutableCollection<TT;>;Ljava/util/RandomAccess;Ljava/io/Externalizable;Lorg/eclipse/collections/api/set/MultiReaderSet<TT;>;
SourceFile: "MultiReaderUnifiedSet.java"
NestMembers:
  org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableIterator  org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet
InnerClasses:
  public LockWrapper = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$LockWrapper of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
  public ReadWriteLockWrapper = org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection$ReadWriteLockWrapper of org.eclipse.collections.impl.collection.mutable.AbstractMultiReaderMutableCollection
  private final UntouchableIterator = org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableIterator of org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet
  final UntouchableMutableSet = org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet$UntouchableMutableSet of org.eclipse.collections.impl.set.mutable.MultiReaderUnifiedSet