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

  private final org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V> function;
    descriptor: Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;

  public void <init>(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
        start local 2 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
         0: .line 33
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.AbstractLazyIterable.<init>:()V
         1: .line 35
            aload 0 /* this */
            aload 1 /* iterable */
            putfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
         2: .line 36
            aload 0 /* this */
            aload 2 /* function */
            putfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
         3: .line 37
            return
        end local 2 // org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction function
        end local 1 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
            0    4     1  iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    4     2  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
    Signature: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)V
    MethodParameters:
          Name  Flags
      iterable  
      function  

  public void each(org.eclipse.collections.api.block.procedure.Procedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
         0: .line 42
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            aload 0 /* this */
            aload 1 /* procedure */
            invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)V
                  org/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable.lambda$0(Lorg/eclipse/collections/api/block/procedure/Procedure;D)V (7)
                  (D)V
                  1
            invokeinterface org.eclipse.collections.api.DoubleIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 43
            return
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure<-TV;>;)V
    MethodParameters:
           Name  Flags
      procedure  final

  public void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super V>);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
         0: .line 48
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            new org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$1
            dup
            aload 0 /* this */
            aload 1 /* objectIntProcedure */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$1.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
            invokeinterface org.eclipse.collections.api.DoubleIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 58
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure objectIntProcedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
            0    2     1  objectIntProcedure  Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;
    Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TV;>;)V
    MethodParameters:
                    Name  Flags
      objectIntProcedure  final

  public <P> void forEachWith(org.eclipse.collections.api.block.procedure.Procedure2<? super V, ? super P>, );
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        start local 2 // java.lang.Object parameter
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            aload 0 /* this */
            aload 1 /* procedure */
            aload 2 /* parameter */
            invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)V
                  org/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable.lambda$1(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;D)V (7)
                  (D)V
                  1
            invokeinterface org.eclipse.collections.api.DoubleIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 64
            return
        end local 2 // java.lang.Object parameter
        end local 1 // org.eclipse.collections.api.block.procedure.Procedure2 procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;
            0    2     2  parameter  TP;
    Signature: <P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TV;-TP;>;TP;)V
    MethodParameters:
           Name  Flags
      procedure  final
      parameter  final

  public java.util.Iterator<V> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
         0: .line 69
            new org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$2
            dup
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$2.<init>:(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable;)V
            areturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
    Signature: ()Ljava/util/Iterator<TV;>;

  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.CollectDoubleToObjectIterable this
         0: .line 96
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            invokeinterface org.eclipse.collections.api.DoubleIterable.size:()I
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;

  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.CollectDoubleToObjectIterable this
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            invokeinterface org.eclipse.collections.api.DoubleIterable.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;

  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.CollectDoubleToObjectIterable this
         0: .line 108
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            invokeinterface org.eclipse.collections.api.DoubleIterable.notEmpty:()Z
            ireturn
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;

  private void lambda$0(org.eclipse.collections.api.block.procedure.Procedure, double);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;D)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
        start local 2 // double each
         0: .line 42
            aload 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
            dload 2 /* each */
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure.value:(Ljava/lang/Object;)V
            return
        end local 2 // double each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
            0    1     2  each  D

  private void lambda$1(org.eclipse.collections.api.block.procedure.Procedure2, java.lang.Object, double);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;D)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
        start local 3 // double each
         0: .line 63
            aload 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;
            dload 3 /* each */
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction.valueOf:(D)Ljava/lang/Object;
            aload 2
            invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
            return
        end local 3 // double each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable<TV;>;
            0    1     3  each  D

  private static java.lang.Object $deserializeLambda$(java.lang.invoke.SerializedLambda);
    descriptor: (Ljava/lang/invoke/SerializedLambda;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=8, locals=3, args_size=1
         0: .line 1
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodName:()Ljava/lang/String;
            astore 1
            iconst_m1
            istore 2
            aload 1
            invokevirtual java.lang.String.hashCode:()I
            lookupswitch { // 2
          -1647345005: 1
          -1647345004: 2
              default: 3
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_0
            istore 2
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1
            ldc "lambda$1"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            istore 2
      StackMap locals:
      StackMap stack:
         3: iload 2
            lookupswitch { // 2
                    0: 4
                    1: 5
              default: 6
          }
      StackMap locals:
      StackMap stack:
         4: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 7
            if_icmpne 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/DoubleProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(D)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/procedure/Procedure;D)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.procedure.Procedure
            invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)V
                  org/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable.lambda$0(Lorg/eclipse/collections/api/block/procedure/Procedure;D)V (7)
                  (D)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         5: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 7
            if_icmpne 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/api/block/procedure/primitive/DoubleProcedure"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(D)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;D)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.procedure.Procedure2
            aload 0
            iconst_2
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast java.lang.Object
            invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable;Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.altMetafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;[Ljava/lang/Object;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (D)V
                  org/eclipse/collections/impl/lazy/primitive/CollectDoubleToObjectIterable.lambda$1(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;D)V (7)
                  (D)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         6: new java.lang.IllegalArgumentException
            dup
            ldc "Invalid lambda deserialization"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <V:Ljava/lang/Object;>Lorg/eclipse/collections/impl/lazy/AbstractLazyIterable<TV;>;
SourceFile: "CollectDoubleToObjectIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$1  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$2
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$1
  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable$2