public final class org.eclipse.collections.impl.utility.primitive.LazyDoubleIterate
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.utility.primitive.LazyDoubleIterate
super_class: java.lang.Object
{
private static final org.eclipse.collections.api.LazyDoubleIterable EMPTY_ITERABLE;
descriptor: Lorg/eclipse/collections/api/LazyDoubleIterable;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.factory.primitive.DoubleLists.immutable:Lorg/eclipse/collections/api/factory/list/primitive/ImmutableDoubleListFactory;
invokeinterface org.eclipse.collections.api.factory.list.primitive.ImmutableDoubleListFactory.empty:()Lorg/eclipse/collections/api/list/primitive/ImmutableDoubleList;
invokeinterface org.eclipse.collections.api.list.primitive.ImmutableDoubleList.asLazy:()Lorg/eclipse/collections/api/LazyDoubleIterable;
putstatic org.eclipse.collections.impl.utility.primitive.LazyDoubleIterate.EMPTY_ITERABLE:Lorg/eclipse/collections/api/LazyDoubleIterable;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: new java.lang.AssertionError
dup
ldc "Suppress default constructor for noninstantiability"
invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/utility/primitive/LazyDoubleIterate;
public static org.eclipse.collections.api.LazyDoubleIterable adapt(org.eclipse.collections.api.DoubleIterable);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;)Lorg/eclipse/collections/api/LazyDoubleIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.lazy.primitive.LazyDoubleIterableAdapter.<init>:(Lorg/eclipse/collections/api/DoubleIterable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
MethodParameters:
Name Flags
iterable
public static org.eclipse.collections.api.LazyDoubleIterable select(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;)Lorg/eclipse/collections/api/LazyDoubleIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.SelectDoubleIterable.<init>:(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
MethodParameters:
Name Flags
iterable
predicate
public static <V> org.eclipse.collections.api.LazyIterable<V> collect(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;)Lorg/eclipse/collections/api/LazyIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.CollectDoubleToObjectIterable.<init>:(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
MethodParameters:
Name Flags
iterable
function
public static <V> org.eclipse.collections.api.LazyIterable<V> flatCollect(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends java.lang.Iterable<V>>);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.FlatCollectDoubleToObjectIterable.<init>:(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
0 1 1 function Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+Ljava/lang/Iterable<TV;>;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
MethodParameters:
Name Flags
iterable
function
public static <V> org.eclipse.collections.api.LazyIterable<V> collectIf(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.predicate.primitive.DoublePredicate, org.eclipse.collections.api.block.function.primitive.DoubleToObjectFunction<? extends V>);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokestatic org.eclipse.collections.impl.utility.primitive.LazyDoubleIterate.select:(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;)Lorg/eclipse/collections/api/LazyDoubleIterable;
aload 2
invokeinterface org.eclipse.collections.api.LazyDoubleIterable.collect:(Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction;)Lorg/eclipse/collections/api/LazyIterable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;
0 1 2 function Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;
Signature: <V:Ljava/lang/Object;>(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/predicate/primitive/DoublePredicate;Lorg/eclipse/collections/api/block/function/primitive/DoubleToObjectFunction<+TV;>;)Lorg/eclipse/collections/api/LazyIterable<TV;>;
MethodParameters:
Name Flags
iterable
predicate
function
public static org.eclipse.collections.api.LazyDoubleIterable empty();
descriptor: ()Lorg/eclipse/collections/api/LazyDoubleIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.utility.primitive.LazyDoubleIterate.EMPTY_ITERABLE:Lorg/eclipse/collections/api/LazyDoubleIterable;
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.eclipse.collections.api.LazyDoubleIterable tap(org.eclipse.collections.api.DoubleIterable, org.eclipse.collections.api.block.procedure.primitive.DoubleProcedure);
descriptor: (Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)Lorg/eclipse/collections/api/LazyDoubleIterable;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: new org.eclipse.collections.impl.lazy.primitive.TapDoubleIterable
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.lazy.primitive.TapDoubleIterable.<init>:(Lorg/eclipse/collections/api/DoubleIterable;Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 iterable Lorg/eclipse/collections/api/DoubleIterable;
0 1 1 procedure Lorg/eclipse/collections/api/block/procedure/primitive/DoubleProcedure;
MethodParameters:
Name Flags
iterable
procedure
}
SourceFile: "LazyDoubleIterate.java"