public class org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
{
  private final org.eclipse.collections.api.list.primitive.BooleanList adapted;
    descriptor: Lorg/eclipse/collections/api/list/primitive/BooleanList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.collections.api.list.primitive.BooleanList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/BooleanList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
        start local 1 // org.eclipse.collections.api.list.primitive.BooleanList newAdapted
         0: .line 38
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 1 /* newAdapted */
            putfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
         2: .line 41
            return
        end local 1 // org.eclipse.collections.api.list.primitive.BooleanList newAdapted
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            0    3     1  newAdapted  Lorg/eclipse/collections/api/list/primitive/BooleanList;
    MethodParameters:
            Name  Flags
      newAdapted  

  public static org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable adapt(org.eclipse.collections.api.list.primitive.BooleanList);
    descriptor: (Lorg/eclipse/collections/api/list/primitive/BooleanList;)Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.api.list.primitive.BooleanList booleanList
         0: .line 45
            new org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable
            dup
            aload 0 /* booleanList */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.<init>:(Lorg/eclipse/collections/api/list/primitive/BooleanList;)V
            areturn
        end local 0 // org.eclipse.collections.api.list.primitive.BooleanList booleanList
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0  booleanList  Lorg/eclipse/collections/api/list/primitive/BooleanList;
    MethodParameters:
             Name  Flags
      booleanList  

  public org.eclipse.collections.api.iterator.BooleanIterator booleanIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/BooleanIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 51
            new org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable$ReverseBooleanIterator
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable$ReverseBooleanIterator.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public void each(org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure
         0: .line 60
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.booleanIterator:()Lorg/eclipse/collections/api/iterator/BooleanIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.BooleanIterator iterator
         1: .line 61
            goto 3
         2: .line 63
      StackMap locals: org.eclipse.collections.api.iterator.BooleanIterator
      StackMap stack:
            aload 1 /* procedure */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure.value:(Z)V
         3: .line 61
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
            ifne 2
         4: .line 65
            return
        end local 2 // org.eclipse.collections.api.iterator.BooleanIterator iterator
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            0    5     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
            1    5     2   iterator  Lorg/eclipse/collections/api/iterator/BooleanIterator;
    MethodParameters:
           Name  Flags
      procedure  

  public boolean[] toArray();
    descriptor: ()[Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 70
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.size:()I
            newarray 4
            astore 1 /* results */
        start local 1 // boolean[] results
         1: .line 71
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: .line 72
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.booleanIterator:()Lorg/eclipse/collections/api/iterator/BooleanIterator;
            astore 3 /* iterator */
        start local 3 // org.eclipse.collections.api.iterator.BooleanIterator iterator
         3: .line 73
            goto 6
         4: .line 75
      StackMap locals: boolean[] int org.eclipse.collections.api.iterator.BooleanIterator
      StackMap stack:
            aload 1 /* results */
            iload 2 /* index */
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
            bastore
         5: .line 76
            iinc 2 /* index */ 1
         6: .line 73
      StackMap locals:
      StackMap stack:
            aload 3 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
            ifne 4
         7: .line 78
            aload 1 /* results */
            areturn
        end local 3 // org.eclipse.collections.api.iterator.BooleanIterator iterator
        end local 2 // int index
        end local 1 // boolean[] results
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            1    8     1   results  [Z
            2    8     2     index  I
            3    8     3  iterator  Lorg/eclipse/collections/api/iterator/BooleanIterator;

  public boolean contains(boolean);
    descriptor: (Z)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
        start local 1 // boolean value
         0: .line 84
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            iload 1 /* value */
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.contains:(Z)Z
            ireturn
        end local 1 // boolean value
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            0    1     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public boolean containsAll(boolean[]);
    descriptor: ([Z)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
        start local 1 // boolean[] source
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.containsAll:([Z)Z
            ireturn
        end local 1 // boolean[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            0    1     1  source  [Z
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.BooleanIterable);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
        start local 1 // org.eclipse.collections.api.BooleanIterable source
         0: .line 96
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.containsAll:(Lorg/eclipse/collections/api/BooleanIterable;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.BooleanIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
            0    1     1  source  Lorg/eclipse/collections/api/BooleanIterable;
    MethodParameters:
        Name  Flags
      source  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public boolean notEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 114
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable.adapted:Lorg/eclipse/collections/api/list/primitive/BooleanList;
            invokeinterface org.eclipse.collections.api.list.primitive.BooleanList.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public org.eclipse.collections.api.list.primitive.MutableBooleanList toList();
    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.lazy.primitive.ReverseBooleanIterable this
         0: .line 120
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.BooleanArrayList.newList:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/BooleanArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public org.eclipse.collections.api.set.primitive.MutableBooleanSet toSet();
    descriptor: ()Lorg/eclipse/collections/api/set/primitive/MutableBooleanSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 126
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.set.mutable.primitive.BooleanHashSet.newSet:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/set/mutable/primitive/BooleanHashSet;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public org.eclipse.collections.api.bag.primitive.MutableBooleanBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableBooleanBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 132
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.BooleanHashBag.newBag:(Lorg/eclipse/collections/api/BooleanIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/BooleanHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;

  public org.eclipse.collections.api.LazyBooleanIterable asLazy();
    descriptor: ()Lorg/eclipse/collections/api/LazyBooleanIterable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
         0: .line 138
            new org.eclipse.collections.impl.lazy.primitive.LazyBooleanIterableAdapter
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.LazyBooleanIterableAdapter.<init>:(Lorg/eclipse/collections/api/BooleanIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/ReverseBooleanIterable;
}
SourceFile: "ReverseBooleanIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable$ReverseBooleanIterator
InnerClasses:
  private ReverseBooleanIterator = org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable$ReverseBooleanIterator of org.eclipse.collections.impl.lazy.primitive.ReverseBooleanIterable