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

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

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

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

  public void each(org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.delegate:Lorg/eclipse/collections/api/DoubleIterable;
            new org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$IfDoubleProcedure
            dup
            aload 0 /* this */
            aload 1 /* procedure */
            invokespecial org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$IfDoubleProcedure.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
            invokeinterface org.eclipse.collections.api.DoubleIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 55
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
    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.SelectDoubleIterable this
         0: .line 60
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.delegate:Lorg/eclipse/collections/api/DoubleIterable;
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.predicate:Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
            invokeinterface org.eclipse.collections.api.DoubleIterable.count:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;

  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.SelectDoubleIterable this
         0: .line 66
            aload 0 /* this */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.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.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;

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

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

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

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

  public boolean noneSatisfy(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate);
    descriptor: (Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
        start local 1 // org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate
         0: .line 98
            aload 0 /* this */
            aload 1 /* predicate */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.anySatisfy:(Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)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.DoublePredicate predicate
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;
            0    3     1  predicate  Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
    MethodParameters:
           Name  Flags
      predicate  

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

  public boolean containsAll(double[]);
    descriptor: ([D)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=7, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
        start local 1 // double[] source
         0: .line 122
            aload 1 /* source */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable double[] top top int int double[]
      StackMap stack:
         1: aload 6
            iload 4
            daload
            dstore 2 /* value */
        start local 2 // double value
         2: .line 124
            aload 0 /* this */
            dload 2 /* value */
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.contains:(D)Z
            ifne 4
         3: .line 126
            iconst_0
            ireturn
        end local 2 // double value
         4: .line 122
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 129
            iconst_1
            ireturn
        end local 1 // double[] source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;
            0    7     1  source  [D
            2    4     2   value  D
    MethodParameters:
        Name  Flags
      source  

  public boolean containsAll(org.eclipse.collections.api.DoubleIterable);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
        start local 1 // org.eclipse.collections.api.DoubleIterable source
         0: .line 135
            aload 1 /* source */
            invokeinterface org.eclipse.collections.api.DoubleIterable.doubleIterator:()Lorg/eclipse/collections/api/iterator/DoubleIterator;
            astore 2 /* iterator */
        start local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         1: goto 4
         2: .line 137
      StackMap locals: org.eclipse.collections.api.iterator.DoubleIterator
      StackMap stack:
            aload 0 /* this */
            aload 2 /* iterator */
            invokeinterface org.eclipse.collections.api.iterator.DoubleIterator.next:()D
            invokevirtual org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.contains:(D)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.DoubleIterator.hasNext:()Z
            ifne 2
        end local 2 // org.eclipse.collections.api.iterator.DoubleIterator iterator
         5: .line 142
            iconst_1
            ireturn
        end local 1 // org.eclipse.collections.api.DoubleIterable source
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;
            0    6     1    source  Lorg/eclipse/collections/api/DoubleIterable;
            1    5     2  iterator  Lorg/eclipse/collections/api/iterator/DoubleIterator;
    MethodParameters:
        Name  Flags
      source  

  public org.eclipse.collections.api.list.primitive.MutableDoubleList toList();
    descriptor: ()Lorg/eclipse/collections/api/list/primitive/MutableDoubleList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
         0: .line 148
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList.newList:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/list/mutable/primitive/DoubleArrayList;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;

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

  public org.eclipse.collections.api.bag.primitive.MutableDoubleBag toBag();
    descriptor: ()Lorg/eclipse/collections/api/bag/primitive/MutableDoubleBag;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
         0: .line 160
            aload 0 /* this */
            invokestatic org.eclipse.collections.impl.bag.mutable.primitive.DoubleHashBag.newBag:(Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/impl/bag/mutable/primitive/DoubleHashBag;
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/SelectDoubleIterable;
}
SourceFile: "SelectDoubleIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$1  org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$CountDoubleProcedure  org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$IfDoubleProcedure  org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator
InnerClasses:
  org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$1
  private final CountDoubleProcedure = org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$CountDoubleProcedure of org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable
  private final IfDoubleProcedure = org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$IfDoubleProcedure of org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable
  private final SelectDoubleIterator = org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable$SelectDoubleIterator of org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable