public class org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable 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.SelectBooleanIterable
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable
{
  private final org.eclipse.collections.api.BooleanIterable delegate;
    descriptor: Lorg/eclipse/collections/api/BooleanIterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate;
    descriptor: Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.collections.api.BooleanIterable, org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/BooleanIterable;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.BooleanIterable delegate
        start local 2 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 36
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyBooleanIterable.<init>:()V
         1: .line 38
            aload 0 /* this */
            aload 1 /* delegate */
            putfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.delegate:Lorg/eclipse/collections/api/BooleanIterable;
         2: .line 39
            aload 0 /* this */
            aload 2 /* predicate */
            putfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
         3: .line 40
            return
        end local 2 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 1 // org.eclipse.collections.api.BooleanIterable delegate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    4     1   delegate  Lorg/eclipse/collections/api/BooleanIterable;
            0    4     2  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
           Name  Flags
      delegate   
      predicate  

  public org.eclipse.collections.api.iterator.BooleanIterator booleanIterator();
    descriptor: ()Lorg/eclipse/collections/api/iterator/BooleanIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
         0: .line 45
            new org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$SelectBooleanIterator
            dup
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.delegate:Lorg/eclipse/collections/api/BooleanIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$SelectBooleanIterator.<init>:(Lorg/eclipse/collections/api/BooleanIterable;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;

  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=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.delegate:Lorg/eclipse/collections/api/BooleanIterable;
            new org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$IfBooleanProcedure
            dup
            aload 0 /* this */
            aload 1 /* procedure */
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$IfBooleanProcedure.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)V
            invokeinterface org.eclipse.collections.api.BooleanIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)V
         1: .line 55
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.BooleanProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;
    MethodParameters:
           Name  Flags
      procedure  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
         0: .line 60
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.delegate:Lorg/eclipse/collections/api/BooleanIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            invokeinterface org.eclipse.collections.api.BooleanIterable.count:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;

  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.SelectBooleanIterable this
         0: .line 66
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.booleanIterator:()Lorg/eclipse/collections/api/iterator/BooleanIterator;
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;

  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.SelectBooleanIterable this
         0: .line 72
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.booleanIterator:()Lorg/eclipse/collections/api/iterator/BooleanIterator;
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;

  public int count(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 78
            new org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure
            dup
            aload 1 /* predicate */
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)V
            astore 2 /* countBooleanProcedure */
        start local 2 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure countBooleanProcedure
         1: .line 79
            aload 0 /* this */
            aload 2 /* countBooleanProcedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)V
         2: .line 80
            aload 2 /* countBooleanProcedure */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure.getCount:()I
            ireturn
        end local 2 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure countBooleanProcedure
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    3     1              predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            1    3     2  countBooleanProcedure  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable$CountBooleanProcedure;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean anySatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.delegate:Lorg/eclipse/collections/api/BooleanIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.and:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            invokeinterface org.eclipse.collections.api.BooleanIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean allSatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 92
            aload 0 /* this */
            aload 1 /* predicate */
            invokestatic org.eclipse.collections.impl.block.factory.primitive.BooleanPredicates.not:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.noneSatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
            ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    1     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
         0: .line 98
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // org.eclipse.collections.api.block.predicate.primitive.BooleanPredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/BooleanPredicate;
    MethodParameters:
           Name  Flags
      predicate  

  public boolean[] toArray();
    descriptor: ()[Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
         0: .line 104
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.size:()I
            newarray 4
            astore 1 /* array */
        start local 1 // boolean[] array
         1: .line 105
            aload 0 /* this */
            new org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$1
            dup
            aload 0 /* this */
            aload 1 /* array */
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$1.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;[Z)V
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/BooleanProcedure;)V
         2: .line 116
            aload 1 /* array */
            areturn
        end local 1 // boolean[] array
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            1    3     1  array  [Z

  public boolean containsAll(boolean[]);
    descriptor: ([Z)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // boolean[] source
         0: .line 122
            aload 1 /* source */
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable boolean[] top int int boolean[]
      StackMap stack:
         1: aload 5
            iload 3
            baload
            istore 2 /* value */
        start local 2 // boolean value
         2: .line 124
            aload 0 /* this */
            iload 2 /* value */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.contains:(Z)Z
            ifne 4
         3: .line 126
            iconst_0
            ireturn
        end local 2 // boolean value
         4: .line 122
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 129
            iconst_1
            ireturn
        end local 1 // boolean[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    7     1  source  [Z
            2    4     2   value  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=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
        start local 1 // org.eclipse.collections.api.BooleanIterable source
         0: .line 135
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.BooleanIterable.booleanIterator:()Lorg/eclipse/collections/api/iterator/BooleanIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.BooleanIterator iterator
         1: goto 4
         2: .line 137
      StackMap locals: org.eclipse.collections.api.iterator.BooleanIterator
      StackMap stack:
            aload 0 /* this */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.next:()Z
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable.contains:(Z)Z
            ifne 4
         3: .line 139
            iconst_0
            ireturn
         4: .line 135
      StackMap locals:
      StackMap stack:
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.BooleanIterator.hasNext:()Z
            ifne 2
        end local 2 // org.eclipse.collections.api.iterator.BooleanIterator iterator
         5: .line 142
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.BooleanIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
            0    6     1    source  Lorg/eclipse/collections/api/BooleanIterable;
            1    5     2  iterator  Lorg/eclipse/collections/api/iterator/BooleanIterator;
    MethodParameters:
        Name  Flags
      source  

  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.SelectBooleanIterable this
         0: .line 148
            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.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;

  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.SelectBooleanIterable this
         0: .line 154
            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.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;

  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.SelectBooleanIterable this
         0: .line 160
            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.SelectBooleanIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectBooleanIterable;
}
SourceFile: "SelectBooleanIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$1  org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure  org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$IfBooleanProcedure  org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$SelectBooleanIterator
InnerClasses:
  org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$1
  private final CountBooleanProcedure = org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$CountBooleanProcedure of org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable
  private final IfBooleanProcedure = org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$IfBooleanProcedure of org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable
  private final SelectBooleanIterator = org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable$SelectBooleanIterator of org.eclipse.collections.impl.lazy.primitive.SelectBooleanIterable