public class org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList extends org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableBooleanCollection implements org.eclipse.collections.api.list.primitive.MutableBooleanList
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList
  super_class: org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableBooleanCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>(org.eclipse.collections.api.list.primitive.MutableBooleanList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.list.primitive.MutableBooleanList list
         0: .line 44
            aload 0 /* this */
            aload 1 /* list */
            invokespecial org.eclipse.collections.impl.collection.mutable.primitive.AbstractUnmodifiableBooleanCollection.<init>:(Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;)V
         1: .line 45
            return
        end local 1 // org.eclipse.collections.api.list.primitive.MutableBooleanList list
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    2     1  list  Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    MethodParameters:
      Name  Flags
      list  

  private org.eclipse.collections.api.list.primitive.MutableBooleanList getMutableBooleanList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 49
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getBooleanCollection:()Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
            checkcast org.eclipse.collections.api.list.primitive.MutableBooleanList
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public boolean get(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int index
         0: .line 55
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            iload 1 /* index */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.get:(I)Z
            ireturn
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean getFirst();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 61
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.getFirst:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public boolean getLast();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 67
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.getLast:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public int indexOf(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // boolean value
         0: .line 73
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            iload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.indexOf:(Z)I
            ireturn
        end local 1 // boolean value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public int lastIndexOf(boolean);
    descriptor: (Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // boolean value
         0: .line 79
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            iload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.lastIndexOf:(Z)I
            ireturn
        end local 1 // boolean value
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public void addAtIndex(int, boolean);
    descriptor: (IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int index
        start local 2 // boolean element
         0: .line 85
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1    index  I
            0    1     2  element  Z
    MethodParameters:
         Name  Flags
      index    
      element  

  public boolean addAllAtIndex(int, boolean[]);
    descriptor: (I[Z)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int index
        start local 2 // boolean[] source
         0: .line 91
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAllAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean[] source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1   index  I
            0    1     2  source  [Z
    MethodParameters:
        Name  Flags
      index   
      source  

  public boolean addAllAtIndex(int, org.eclipse.collections.api.BooleanIterable);
    descriptor: (ILorg/eclipse/collections/api/BooleanIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int index
        start local 2 // org.eclipse.collections.api.BooleanIterable source
         0: .line 97
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call addAllAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // org.eclipse.collections.api.BooleanIterable source
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1   index  I
            0    1     2  source  Lorg/eclipse/collections/api/BooleanIterable;
    MethodParameters:
        Name  Flags
      index   
      source  

  public boolean removeAtIndex(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int index
         0: .line 103
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call removeAtIndex() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public boolean set(int, boolean);
    descriptor: (IZ)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int index
        start local 2 // boolean element
         0: .line 109
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call set() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // boolean element
        end local 1 // int index
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1    index  I
            0    1     2  element  Z
    MethodParameters:
         Name  Flags
      index    
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList with(boolean);
    descriptor: (Z)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // boolean element
         0: .line 115
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call with() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  element  Z
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList without(boolean);
    descriptor: (Z)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // boolean element
         0: .line 121
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call without() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // boolean element
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  element  Z
    MethodParameters:
         Name  Flags
      element  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList withAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.BooleanIterable elements
         0: .line 127
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.BooleanIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  elements  Lorg/eclipse/collections/api/BooleanIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList withoutAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.BooleanIterable elements
         0: .line 133
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call withoutAll() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // org.eclipse.collections.api.BooleanIterable elements
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  elements  Lorg/eclipse/collections/api/BooleanIterable;
    MethodParameters:
          Name  Flags
      elements  

  public org.eclipse.collections.api.list.primitive.MutableBooleanList select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 139
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public org.eclipse.collections.api.list.primitive.MutableBooleanList reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 145
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* predicate */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction function
         0: .line 151
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.collect:(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // java.lang.Object otherList
         0: .line 157
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* otherList */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object otherList
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  otherList  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      otherList  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 163
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.hashCode:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public org.eclipse.collections.api.list.primitive.MutableBooleanList asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 169
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public org.eclipse.collections.api.list.primitive.MutableBooleanList asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 175
            new org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanList
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.list.mutable.primitive.SynchronizedBooleanList.<init>:(Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;)V
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public org.eclipse.collections.api.list.primitive.ImmutableBooleanList toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/ImmutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 181
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 182
            iload 1 /* size */
            ifne 3
         2: .line 184
            getstatic org.eclipse.collections.impl.factory.primitive.BooleanLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableBooleanListFactory;
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactory.with:()Lorg/eclipse/collections/api/list/primitive/ImmutableBooleanList;
            areturn
         3: .line 186
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            iconst_1
            if_icmpne 5
         4: .line 188
            getstatic org.eclipse.collections.impl.factory.primitive.BooleanLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableBooleanListFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getFirst:()Z
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactory.with:(Z)Lorg/eclipse/collections/api/list/primitive/ImmutableBooleanList;
            areturn
         5: .line 190
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.collections.impl.factory.primitive.BooleanLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableBooleanListFactory;
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.toArray:()[Z
            invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableBooleanListFactory.with:([Z)Lorg/eclipse/collections/api/list/primitive/ImmutableBooleanList;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            1    6     1  size  I

  public org.eclipse.collections.api.list.primitive.MutableBooleanList newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 198
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public org.eclipse.collections.api.list.primitive.MutableBooleanList reverseThis();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 204
            new java.lang.UnsupportedOperationException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call reverseThis() on "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public org.eclipse.collections.api.list.primitive.MutableBooleanList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 210
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/BooleanIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure procedure
         0: .line 216
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* procedure */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.forEachWithIndex:(Lorg/eclipse/collections/api/block/procedure/primitive/BooleanIntProcedure;)V
         1: .line 217
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.BooleanIntProcedure procedure
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/BooleanIntProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public org.eclipse.collections.api.LazyBooleanIterable asReversed();
    descriptor: ()Lorg/eclipse/collections/api/LazyBooleanIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 222
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapt:(Lorg/eclipse/collections/api/list/primitive/BooleanList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public <T> T injectIntoWithIndex(T, org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction<? super T, ? extends T>);
    descriptor: (Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanIntToObjectFunction;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // java.lang.Object injectedValue
        start local 2 // org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction function
         0: .line 228
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* injectedValue */
            aload 2 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.injectIntoWithIndex:(Ljava/lang/Object;Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanIntToObjectFunction;)Ljava/lang/Object;
            areturn
        end local 2 // org.eclipse.collections.api.block.function.primitive.ObjectBooleanIntToObjectFunction function
        end local 1 // java.lang.Object injectedValue
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  injectedValue  TT;
            0    1     2       function  Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanIntToObjectFunction<-TT;+TT;>;
    Signature: <T:Ljava/lang/Object;>(TT;Lorg/eclipse/collections/api/block/function/primitive/ObjectBooleanIntToObjectFunction<-TT;+TT;>;)TT;
    MethodParameters:
               Name  Flags
      injectedValue  
      function       

  public org.eclipse.collections.api.list.primitive.MutableBooleanList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
         0: .line 237
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;

  public org.eclipse.collections.api.list.primitive.MutableBooleanList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 243
            new java.lang.UnsupportedOperationException
            dup
            ldc "subList not yet implemented!"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.BooleanBooleanPair> zipBoolean(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.BooleanIterable iterable
         0: .line 251
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.zipBoolean:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.BooleanIterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  iterable  Lorg/eclipse/collections/api/BooleanIterable;
    Signature: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/BooleanBooleanPair;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <T> org.eclipse.collections.api.list.MutableList<org.eclipse.collections.api.tuple.primitive.BooleanObjectPair<T>> zip(java.lang.Iterable<T>);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // java.lang.Iterable iterable
         0: .line 259
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* iterable */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // java.lang.Iterable iterable
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  iterable  Ljava/lang/Iterable<TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Iterable<TT;>;)Lorg/eclipse/collections/api/list/MutableList<Lorg/eclipse/collections/api/tuple/primitive/BooleanObjectPair<TT;>;>;
    MethodParameters:
          Name  Flags
      iterable  

  public <V> org.eclipse.collections.api.list.MutableList<V> collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction function
         0: .line 271
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* function */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction<+TV;>;
    Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/list/MutableList<TV;>;
    MethodParameters:
          Name  Flags
      function  

  public <V, R extends java.util.Collection<V>> R collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction<? extends V>, );
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
        start local 1 // org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction function
        start local 2 // java.util.Collection target
         0: .line 282
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.getMutableBooleanList:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            aload 1 /* function */
            aload 2 /* target */
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;Ljava/util/Collection;)Ljava/util/Collection;
            areturn
        end local 2 // java.util.Collection target
        end local 1 // org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction function
        end local 0 // org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            0    1     1  function  Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction<+TV;>;
            0    1     2    target  TR;
    Signature: <V:Ljava/lang/Object;R::Ljava/util/Collection<TV;>;>(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction<+TV;>;TR;)TR;
    MethodParameters:
          Name  Flags
      function  
      target    

  public org.eclipse.collections.api.ordered.OrderedIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    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.BooleanIntToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    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.BooleanIntToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collectWithIndex(org.eclipse.collections.api.block.function.primitive.BooleanIntToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    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.BooleanIntToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collectWithIndex:(Lorg/eclipse/collections/api/block/function/primitive/BooleanIntToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.ImmutableBooleanCollection toImmutable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/ImmutableBooleanCollection;
    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.list.mutable.primitive.UnmodifiableBooleanList.toImmutable:()Lorg/eclipse/collections/api/list/primitive/ImmutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableBooleanList with(boolean);
    descriptor: (Z)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.with:(Z)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection with(boolean);
    descriptor: (Z)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
            iload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.with:(Z)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableBooleanList withAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.withAll:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection withAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.withAll:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedBooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleBooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/BooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.BooleanIterable select(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.select:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableBooleanList withoutAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.withoutAll:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection withoutAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.withoutAll:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable distinct();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleBooleanIterable;
    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.list.mutable.primitive.UnmodifiableBooleanList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList distinct();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/BooleanList;
    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.list.mutable.primitive.UnmodifiableBooleanList.distinct:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.OrderedIterable collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/ordered/OrderedIterable;
    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.BooleanToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collect:(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.ReversibleIterable collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/ordered/ReversibleIterable;
    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.BooleanToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collect:(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/ListIterable;
    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.BooleanToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collect:(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.MutableCollection collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)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.primitive.BooleanToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collect:(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.RichIterable collect(org.eclipse.collections.api.block.function.primitive.BooleanToObjectFunction);
    descriptor: (Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)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.primitive.BooleanToObjectFunction
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.collect:(Lorg/eclipse/collections/api/block/function/primitive/BooleanToObjectFunction;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection asSynchronized();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    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.list.mutable.primitive.UnmodifiableBooleanList.asSynchronized:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable zip(java.lang.Iterable);
    descriptor: (Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/ListIterable;
    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.list.mutable.primitive.UnmodifiableBooleanList.zip:(Ljava/lang/Iterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList tap(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)Lorg/eclipse/collections/api/list/primitive/BooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokeinterface org.eclipse.collections.api.list.primitive.MutableBooleanList.tap:(Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.OrderedBooleanIterable reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/ordered/primitive/OrderedBooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/ordered/primitive/ReversibleBooleanIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/BooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.BooleanIterable reject(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)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
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.reject:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.ordered.primitive.ReversibleBooleanIterable toReversed();
    descriptor: ()Lorg/eclipse/collections/api/ordered/primitive/ReversibleBooleanIterable;
    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.list.mutable.primitive.UnmodifiableBooleanList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList toReversed();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/BooleanList;
    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.list.mutable.primitive.UnmodifiableBooleanList.toReversed:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection asUnmodifiable();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    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.list.mutable.primitive.UnmodifiableBooleanList.asUnmodifiable:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection newEmpty();
    descriptor: ()Lorg/eclipse/collections/api/collection/primitive/MutableBooleanCollection;
    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.list.mutable.primitive.UnmodifiableBooleanList.newEmpty:()Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.MutableBooleanList without(boolean);
    descriptor: (Z)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.without:(Z)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.collection.primitive.MutableBooleanCollection without(boolean);
    descriptor: (Z)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
            iload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.without:(Z)Lorg/eclipse/collections/impl/list/mutable/primitive/UnmodifiableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.ListIterable zipBoolean(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/ListIterable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.zipBoolean:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/api/list/MutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.eclipse.collections.api.list.primitive.BooleanList subList(int, int);
    descriptor: (II)Lorg/eclipse/collections/api/list/primitive/BooleanList;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual org.eclipse.collections.impl.list.mutable.primitive.UnmodifiableBooleanList.subList:(II)Lorg/eclipse/collections/api/list/primitive/MutableBooleanList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "UnmodifiableBooleanList.java"