public class org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable extends org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable
  super_class: org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable
{
  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.DoubleToLongFunction function;
    descriptor: Lorg/eclipse/collections/api/block/function/primitive/DoubleToLongFunction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction);
    descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToLongFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable this
        start local 1 // org.eclipse.collections.api.DoubleIterable iterable
        start local 2 // org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction function
         0: .line 28
            aload 0 /* this */
            invokespecial org.eclipse.collections.impl.lazy.primitive.AbstractLazyLongIterable.<init>:()V
         1: .line 30
            aload 0 /* this */
            aload 1 /* iterable */
            putfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
         2: .line 31
            aload 0 /* this */
            aload 2 /* function */
            putfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToLongFunction;
         3: .line 32
            return
        end local 2 // org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction function
        end local 1 // org.eclipse.collections.api.DoubleIterable iterable
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToLongIterable;
            0    4     1  iterable  Lorg/eclipse/collections/api/DoubleIterable;
            0    4     2  function  Lorg/eclipse/collections/api/block/function/primitive/DoubleToLongFunction;
    MethodParameters:
          Name  Flags
      iterable  
      function  

  public void each(org.eclipse.collections.api.block.procedure.primitive.LongProcedure);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable this
        start local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
         0: .line 37
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable.iterable:Lorg/eclipse/collections/api/DoubleIterable;
            aload 0 /* this */
            aload 1 /* procedure */
            invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToLongIterable;Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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/CollectDoubleToLongIterable.lambda$0(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;D)V (7)
                  (D)V
                  1
            invokeinterface org.eclipse.collections.api.DoubleIterable.forEach:(Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
         1: .line 38
            return
        end local 1 // org.eclipse.collections.api.block.procedure.primitive.LongProcedure procedure
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToLongIterable;
            0    2     1  procedure  Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;
    MethodParameters:
           Name  Flags
      procedure  final

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

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

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

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

  private void lambda$0(org.eclipse.collections.api.block.procedure.primitive.LongProcedure, double);
    descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;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.CollectDoubleToLongIterable this
        start local 2 // double each
         0: .line 37
            aload 1
            aload 0 /* this */
            getfield org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable.function:Lorg/eclipse/collections/api/block/function/primitive/DoubleToLongFunction;
            dload 2 /* each */
            invokeinterface org.eclipse.collections.api.block.function.primitive.DoubleToLongFunction.valueOf:(D)J
            invokeinterface org.eclipse.collections.api.block.procedure.primitive.LongProcedure.value:(J)V
            return
        end local 2 // double each
        end local 0 // org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToLongIterable;
            0    1     2  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=5, 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 { // 1
          -1647345005: 1
              default: 2
          }
      StackMap locals: java.lang.String int
      StackMap stack:
         1: aload 1
            ldc "lambda$0"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
            iconst_0
            istore 2
      StackMap locals:
      StackMap stack:
         2: iload 2
            lookupswitch { // 1
                    0: 3
              default: 4
          }
      StackMap locals:
      StackMap stack:
         3: aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodKind:()I
            bipush 7
            if_icmpne 4
            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 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodName:()Ljava/lang/String;
            ldc "value"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceMethodSignature:()Ljava/lang/String;
            ldc "(D)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplClass:()Ljava/lang/String;
            ldc "org/eclipse/collections/impl/lazy/primitive/CollectDoubleToLongIterable"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            invokevirtual java.lang.invoke.SerializedLambda.getImplMethodSignature:()Ljava/lang/String;
            ldc "(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;D)V"
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 4
            aload 0
            iconst_0
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable
            aload 0
            iconst_1
            invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
            checkcast org.eclipse.collections.api.block.procedure.primitive.LongProcedure
            invokedynamic value(Lorg/eclipse/collections/impl/lazy/primitive/CollectDoubleToLongIterable;Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;)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/CollectDoubleToLongIterable.lambda$0(Lorg/eclipse/collections/api/block/procedure/primitive/LongProcedure;D)V (7)
                  (D)V
                  1
            areturn
      StackMap locals:
      StackMap stack:
         4: 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
}
SourceFile: "CollectDoubleToLongIterable.java"
NestMembers:
  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable$1
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  org.eclipse.collections.impl.lazy.primitive.CollectDoubleToLongIterable$1