public final class org.eclipse.collections.impl.block.factory.Functions0
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.Functions0
super_class: java.lang.Object
{
private static final org.eclipse.collections.impl.block.factory.Functions0$TrueFunction TRUE_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$TrueFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.Functions0$FalseFunction FALSE_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$FalseFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.Functions0$NewFastListFunction<?> NEW_FAST_LIST_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$NewFastListFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/eclipse/collections/impl/block/factory/Functions0$NewFastListFunction<*>;
private static final org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction<?> NEW_UNIFIED_SET_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedSetFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedSetFunction<*>;
private static final org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction<?> NEW_HASH_BAG_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$NewHashBagFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/eclipse/collections/impl/block/factory/Functions0$NewHashBagFunction<*>;
private static final org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedMapFunction<?, ?> NEW_UNIFIED_MAP_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedMapFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedMapFunction<**>;
private static final org.eclipse.collections.impl.block.factory.Functions0$NullFunction<?> NULL_FUNCTION;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$NullFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
Signature: Lorg/eclipse/collections/impl/block/factory/Functions0$NullFunction<*>;
private static final org.eclipse.collections.impl.block.factory.Functions0$AtomicIntegerZeroFunction ATOMIC_INTEGER_ZERO;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$AtomicIntegerZeroFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.Functions0$AtomicLongZeroFunction ATOMIC_LONG_ZERO;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$AtomicLongZeroFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction INTEGER_ZERO;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$IntegerZeroFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.Functions0$BigDecimalZeroFunction BIG_DECIMAL_ZERO;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$BigDecimalZeroFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.eclipse.collections.impl.block.factory.Functions0$BigIntegerZeroFunction BIG_INTEGER_ZERO;
descriptor: Lorg/eclipse/collections/impl/block/factory/Functions0$BigIntegerZeroFunction;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new org.eclipse.collections.impl.block.factory.Functions0$TrueFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$TrueFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.TRUE_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$TrueFunction;
1: new org.eclipse.collections.impl.block.factory.Functions0$FalseFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$FalseFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.FALSE_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$FalseFunction;
2: new org.eclipse.collections.impl.block.factory.Functions0$NewFastListFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$NewFastListFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_FAST_LIST_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewFastListFunction;
3: new org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_UNIFIED_SET_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedSetFunction;
4: new org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_HASH_BAG_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewHashBagFunction;
5: new org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedMapFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedMapFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_UNIFIED_MAP_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedMapFunction;
6: new org.eclipse.collections.impl.block.factory.Functions0$NullFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$NullFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.NULL_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NullFunction;
7: new org.eclipse.collections.impl.block.factory.Functions0$AtomicIntegerZeroFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$AtomicIntegerZeroFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.ATOMIC_INTEGER_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$AtomicIntegerZeroFunction;
8: new org.eclipse.collections.impl.block.factory.Functions0$AtomicLongZeroFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$AtomicLongZeroFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.ATOMIC_LONG_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$AtomicLongZeroFunction;
9: new org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.INTEGER_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$IntegerZeroFunction;
10: new org.eclipse.collections.impl.block.factory.Functions0$BigDecimalZeroFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$BigDecimalZeroFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.BIG_DECIMAL_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$BigDecimalZeroFunction;
11: new org.eclipse.collections.impl.block.factory.Functions0$BigIntegerZeroFunction
dup
invokespecial org.eclipse.collections.impl.block.factory.Functions0$BigIntegerZeroFunction.<init>:()V
putstatic org.eclipse.collections.impl.block.factory.Functions0.BIG_INTEGER_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$BigIntegerZeroFunction;
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/block/factory/Functions0;
public static org.eclipse.collections.api.block.function.Function0<java.lang.Boolean> getTrue();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.TRUE_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$TrueFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/lang/Boolean;>;
public static org.eclipse.collections.api.block.function.Function0<java.lang.Boolean> getFalse();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.FALSE_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$FalseFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/lang/Boolean;>;
public static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.list.MutableList<T>> newFastList();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_FAST_LIST_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewFastListFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/block/function/Function0<Lorg/eclipse/collections/api/list/MutableList<TT;>;>;
public static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.set.MutableSet<T>> newUnifiedSet();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_UNIFIED_SET_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedSetFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/block/function/Function0<Lorg/eclipse/collections/api/set/MutableSet<TT;>;>;
public static <T> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.bag.MutableBag<T>> newHashBag();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_HASH_BAG_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewHashBagFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/block/function/Function0<Lorg/eclipse/collections/api/bag/MutableBag<TT;>;>;
public static <K, V> org.eclipse.collections.api.block.function.Function0<org.eclipse.collections.api.map.MutableMap<K, V>> newUnifiedMap();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.NEW_UNIFIED_MAP_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NewUnifiedMapFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>()Lorg/eclipse/collections/api/block/function/Function0<Lorg/eclipse/collections/api/map/MutableMap<TK;TV;>;>;
public static <T> org.eclipse.collections.api.block.function.Function0<T> throwing(org.eclipse.collections.impl.block.function.checked.ThrowingFunction0<T>);
descriptor: (Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;)Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.factory.Functions0$ThrowingFunction0Adapter
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.Functions0$ThrowingFunction0Adapter.<init>:(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 throwingFunction0 Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0<TT;>;)Lorg/eclipse/collections/api/block/function/Function0<TT;>;
MethodParameters:
Name Flags
throwingFunction0
public static <T> org.eclipse.collections.api.block.function.Function0<T> throwing(org.eclipse.collections.impl.block.function.checked.ThrowingFunction0<T>, org.eclipse.collections.api.block.function.Function<? super java.lang.Throwable, ? extends java.lang.RuntimeException>);
descriptor: (Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokedynamic value(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/block/function/Function0;
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:
()Ljava/lang/Object;
org/eclipse/collections/impl/block/factory/Functions0.lambda$0(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object; (6)
()Ljava/lang/Object;
1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 throwingFunction0 Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0<TT;>;
0 1 1 rethrow Lorg/eclipse/collections/api/block/function/Function<-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0<TT;>;Lorg/eclipse/collections/api/block/function/Function<-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;)Lorg/eclipse/collections/api/block/function/Function0<TT;>;
MethodParameters:
Name Flags
throwingFunction0
rethrow
public static <T> org.eclipse.collections.api.block.function.Function0<T> nullValue();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.NULL_FUNCTION:Lorg/eclipse/collections/impl/block/factory/Functions0$NullFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/block/function/Function0<TT;>;
public static <T> org.eclipse.collections.api.block.function.Function0<T> value(T);
descriptor: (Ljava/lang/Object;)Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.function.PassThruFunction0
dup
aload 0
invokespecial org.eclipse.collections.impl.block.function.PassThruFunction0.<init>:(Ljava/lang/Object;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 t TT;
Signature: <T:Ljava/lang/Object;>(TT;)Lorg/eclipse/collections/api/block/function/Function0<TT;>;
MethodParameters:
Name Flags
t
public static org.eclipse.collections.api.block.function.Function0<java.lang.Integer> zeroInteger();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.INTEGER_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$IntegerZeroFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/lang/Integer;>;
public static org.eclipse.collections.api.block.function.Function0<java.util.concurrent.atomic.AtomicInteger> zeroAtomicInteger();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.ATOMIC_INTEGER_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$AtomicIntegerZeroFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/util/concurrent/atomic/AtomicInteger;>;
public static org.eclipse.collections.api.block.function.Function0<java.util.concurrent.atomic.AtomicLong> zeroAtomicLong();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.ATOMIC_LONG_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$AtomicLongZeroFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/util/concurrent/atomic/AtomicLong;>;
public static org.eclipse.collections.api.block.function.Function0<java.math.BigDecimal> zeroBigDecimal();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.BIG_DECIMAL_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$BigDecimalZeroFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/math/BigDecimal;>;
public static org.eclipse.collections.api.block.function.Function0<java.math.BigInteger> zeroBigInteger();
descriptor: ()Lorg/eclipse/collections/api/block/function/Function0;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Functions0.BIG_INTEGER_ZERO:Lorg/eclipse/collections/impl/block/factory/Functions0$BigIntegerZeroFunction;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: ()Lorg/eclipse/collections/api/block/function/Function0<Ljava/math/BigInteger;>;
private static java.lang.Object lambda$0(org.eclipse.collections.impl.block.function.checked.ThrowingFunction0, org.eclipse.collections.api.block.function.Function);
descriptor: (Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=3, args_size=2
0: aload 0
invokeinterface org.eclipse.collections.impl.block.function.checked.ThrowingFunction0.safeValue:()Ljava/lang/Object;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 2
start local 2 3: aload 2
athrow
end local 2 4: StackMap locals:
StackMap stack: java.lang.Throwable
astore 2
start local 2 5: aload 1
aload 2
invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.RuntimeException
athrow
end local 2 LocalVariableTable:
Start End Slot Name Signature
3 4 2 e Ljava/lang/RuntimeException;
5 6 2 t Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.RuntimeException
0 1 4 Class java.lang.Throwable
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: 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 6
if_icmpne 4
aload 0
invokevirtual java.lang.invoke.SerializedLambda.getFunctionalInterfaceClass:()Ljava/lang/String;
ldc "org/eclipse/collections/api/block/function/Function0"
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 "()Ljava/lang/Object;"
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/block/factory/Functions0"
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/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object;"
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.block.function.checked.ThrowingFunction0
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.function.Function
invokedynamic value(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Lorg/eclipse/collections/api/block/function/Function0;
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:
()Ljava/lang/Object;
org/eclipse/collections/impl/block/factory/Functions0.lambda$0(Lorg/eclipse/collections/impl/block/function/checked/ThrowingFunction0;Lorg/eclipse/collections/api/block/function/Function;)Ljava/lang/Object; (6)
()Ljava/lang/Object;
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: "Functions0.java"
NestMembers:
org.eclipse.collections.impl.block.factory.Functions0$AtomicIntegerZeroFunction org.eclipse.collections.impl.block.factory.Functions0$AtomicLongZeroFunction org.eclipse.collections.impl.block.factory.Functions0$BigDecimalZeroFunction org.eclipse.collections.impl.block.factory.Functions0$BigIntegerZeroFunction org.eclipse.collections.impl.block.factory.Functions0$FalseFunction org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction org.eclipse.collections.impl.block.factory.Functions0$NewFastListFunction org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedMapFunction org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction org.eclipse.collections.impl.block.factory.Functions0$NullFunction org.eclipse.collections.impl.block.factory.Functions0$ThrowingFunction0Adapter org.eclipse.collections.impl.block.factory.Functions0$TrueFunction
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private final AtomicIntegerZeroFunction = org.eclipse.collections.impl.block.factory.Functions0$AtomicIntegerZeroFunction of org.eclipse.collections.impl.block.factory.Functions0
private final AtomicLongZeroFunction = org.eclipse.collections.impl.block.factory.Functions0$AtomicLongZeroFunction of org.eclipse.collections.impl.block.factory.Functions0
private final BigDecimalZeroFunction = org.eclipse.collections.impl.block.factory.Functions0$BigDecimalZeroFunction of org.eclipse.collections.impl.block.factory.Functions0
private final BigIntegerZeroFunction = org.eclipse.collections.impl.block.factory.Functions0$BigIntegerZeroFunction of org.eclipse.collections.impl.block.factory.Functions0
private final FalseFunction = org.eclipse.collections.impl.block.factory.Functions0$FalseFunction of org.eclipse.collections.impl.block.factory.Functions0
private final IntegerZeroFunction = org.eclipse.collections.impl.block.factory.Functions0$IntegerZeroFunction of org.eclipse.collections.impl.block.factory.Functions0
private final NewFastListFunction = org.eclipse.collections.impl.block.factory.Functions0$NewFastListFunction of org.eclipse.collections.impl.block.factory.Functions0
private final NewHashBagFunction = org.eclipse.collections.impl.block.factory.Functions0$NewHashBagFunction of org.eclipse.collections.impl.block.factory.Functions0
private final NewUnifiedMapFunction = org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedMapFunction of org.eclipse.collections.impl.block.factory.Functions0
private final NewUnifiedSetFunction = org.eclipse.collections.impl.block.factory.Functions0$NewUnifiedSetFunction of org.eclipse.collections.impl.block.factory.Functions0
private final NullFunction = org.eclipse.collections.impl.block.factory.Functions0$NullFunction of org.eclipse.collections.impl.block.factory.Functions0
private final ThrowingFunction0Adapter = org.eclipse.collections.impl.block.factory.Functions0$ThrowingFunction0Adapter of org.eclipse.collections.impl.block.factory.Functions0
private final TrueFunction = org.eclipse.collections.impl.block.factory.Functions0$TrueFunction of org.eclipse.collections.impl.block.factory.Functions0