public interface org.eclipse.collections.api.bag.MultiReaderBag<T> extends org.eclipse.collections.api.bag.MutableBag<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.collections.api.bag.MultiReaderBag
  super_class: java.lang.Object
{
  public abstract void withReadLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.bag.MutableBag<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  

  public abstract void withWriteLockAndDelegate(org.eclipse.collections.api.block.procedure.Procedure<? super org.eclipse.collections.api.bag.MutableBag<T>>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;)V
    MethodParameters:
           Name  Flags
      procedure  
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/bag/MutableBag<TT;>;
SourceFile: "MultiReaderBag.java"