public final class org.eclipse.collections.impl.block.factory.Procedures
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.Procedures
super_class: java.lang.Object
{
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/Procedures;
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> cast(org.eclipse.collections.api.block.procedure.Procedure<T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
procedure
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> println(java.io.PrintStream);
descriptor: (Ljava/io/PrintStream;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.Procedures$PrintlnProcedure
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.Procedures$PrintlnProcedure.<init>:(Ljava/io/PrintStream;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 stream Ljava/io/PrintStream;
Signature: <T:Ljava/lang/Object;>(Ljava/io/PrintStream;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
stream
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> append(java.lang.Appendable);
descriptor: (Ljava/lang/Appendable;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.Procedures$AppendProcedure
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.Procedures$AppendProcedure.<init>:(Ljava/lang/Appendable;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 appendable Ljava/lang/Appendable;
Signature: <T:Ljava/lang/Object;>(Ljava/lang/Appendable;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
appendable
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> throwing(org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure<T>);
descriptor: (Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.Procedures$ThrowingProcedureAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.Procedures$ThrowingProcedureAdapter.<init>:(Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 throwingProcedure Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure<TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
throwingProcedure
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> throwing(org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure<T>, org.eclipse.collections.api.block.function.Function2<T, ? super java.lang.Throwable, ? extends java.lang.RuntimeException>);
descriptor: (Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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;)V
org/eclipse/collections/impl/block/factory/Procedures.lambda$0(Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)V (6)
(Ljava/lang/Object;)V
1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 throwingProcedure Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure<TT;>;
0 1 1 rethrow Lorg/eclipse/collections/api/block/function/Function2<TT;-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure<TT;>;Lorg/eclipse/collections/api/block/function/Function2<TT;-Ljava/lang/Throwable;+Ljava/lang/RuntimeException;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
throwingProcedure
rethrow
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> fromProcedureWithInt(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokestatic org.eclipse.collections.impl.block.factory.Procedures.fromObjectIntProcedure:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 objectIntProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
RuntimeVisibleAnnotations:
java.lang.Deprecated()
MethodParameters:
Name Flags
objectIntProcedure
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> fromObjectIntProcedure(org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.Procedures$ObjectIntProcedureAdapter
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.Procedures$ObjectIntProcedureAdapter.<init>:(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 objectIntProcedure Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
objectIntProcedure
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> ifTrue(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.block.procedure.IfProcedure
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.block.procedure.IfProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 1 1 block Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
predicate
block
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> ifElse(org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.procedure.Procedure<? super T>, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: new org.eclipse.collections.impl.block.procedure.IfProcedure
dup
aload 0
aload 1
aload 2
invokespecial org.eclipse.collections.impl.block.procedure.IfProcedure.<init>:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;Lorg/eclipse/collections/api/block/procedure/Procedure;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 1 1 trueProcedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
0 1 2 falseProcedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
predicate
trueProcedure
falseProcedure
public static <T> org.eclipse.collections.impl.block.procedure.CaseProcedure<T> caseDefault(org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/block/procedure/CaseProcedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new org.eclipse.collections.impl.block.procedure.CaseProcedure
dup
aload 0
invokespecial org.eclipse.collections.impl.block.procedure.CaseProcedure.<init>:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 defaultProcedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/impl/block/procedure/CaseProcedure<TT;>;
MethodParameters:
Name Flags
defaultProcedure
public static <T> org.eclipse.collections.impl.block.procedure.CaseProcedure<T> caseDefault(org.eclipse.collections.api.block.procedure.Procedure<? super T>, org.eclipse.collections.api.block.predicate.Predicate<? super T>, org.eclipse.collections.api.block.procedure.Procedure<? super T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/block/procedure/CaseProcedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokestatic org.eclipse.collections.impl.block.factory.Procedures.caseDefault:(Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/block/procedure/CaseProcedure;
aload 1
aload 2
invokevirtual org.eclipse.collections.impl.block.procedure.CaseProcedure.addCase:(Lorg/eclipse/collections/api/block/predicate/Predicate;Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/impl/block/procedure/CaseProcedure;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 defaultProcedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
0 1 1 predicate Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;
0 1 2 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;Lorg/eclipse/collections/api/block/predicate/Predicate<-TT;>;Lorg/eclipse/collections/api/block/procedure/Procedure<-TT;>;)Lorg/eclipse/collections/impl/block/procedure/CaseProcedure<TT;>;
MethodParameters:
Name Flags
defaultProcedure
predicate
procedure
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> synchronizedEach(org.eclipse.collections.api.block.procedure.Procedure<T>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.Procedures$SynchronizedProcedure
dup
aload 0
invokespecial org.eclipse.collections.impl.block.factory.Procedures$SynchronizedProcedure.<init>:(Lorg/eclipse/collections/api/block/procedure/Procedure;)V
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 procedure Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
Signature: <T:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
procedure
public static <T, P> org.eclipse.collections.api.block.procedure.Procedure<T> bind(org.eclipse.collections.api.block.procedure.Procedure2<? super T, ? super P>, P);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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.block.factory.Procedures$BindProcedure
dup
aload 0
aload 1
invokespecial org.eclipse.collections.impl.block.factory.Procedures$BindProcedure.<init>:(Lorg/eclipse/collections/api/block/procedure/Procedure2;Ljava/lang/Object;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 procedure Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;
0 1 1 parameter TP;
Signature: <T:Ljava/lang/Object;P:Ljava/lang/Object;>(Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT;-TP;>;TP;)Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
MethodParameters:
Name Flags
procedure
parameter
public static <T> org.eclipse.collections.api.block.procedure.Procedure<T> noop();
descriptor: ()Lorg/eclipse/collections/api/block/procedure/Procedure;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic org.eclipse.collections.impl.block.factory.Procedures$NoopProcedure.INSTANCE:Lorg/eclipse/collections/impl/block/factory/Procedures$NoopProcedure;
areturn
LocalVariableTable:
Start End Slot Name Signature
Signature: <T:Ljava/lang/Object;>()Lorg/eclipse/collections/api/block/procedure/Procedure<TT;>;
private static void lambda$0(org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure, org.eclipse.collections.api.block.function.Function2, java.lang.Object);
descriptor: (Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)V
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=4, args_size=3
start local 2 0: aload 0
aload 2
invokeinterface org.eclipse.collections.impl.block.procedure.checked.ThrowingProcedure.safeValue:(Ljava/lang/Object;)V
1: goto 6
2: StackMap locals:
StackMap stack: java.lang.RuntimeException
astore 3
start local 3 3: aload 3
athrow
end local 3 4: StackMap locals:
StackMap stack: java.lang.Throwable
astore 3
start local 3 5: aload 1
aload 2
aload 3
invokeinterface org.eclipse.collections.api.block.function.Function2.value:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.RuntimeException
athrow
end local 3 6: StackMap locals:
StackMap stack:
return
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 7 2 each TT;
3 4 3 e Ljava/lang/RuntimeException;
5 6 3 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/procedure/Procedure"
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;)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/block/factory/Procedures"
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/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)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.block.procedure.checked.ThrowingProcedure
aload 0
iconst_1
invokevirtual java.lang.invoke.SerializedLambda.getCapturedArg:(I)Ljava/lang/Object;
checkcast org.eclipse.collections.api.block.function.Function2
invokedynamic value(Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;)Lorg/eclipse/collections/api/block/procedure/Procedure;
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;)V
org/eclipse/collections/impl/block/factory/Procedures.lambda$0(Lorg/eclipse/collections/impl/block/procedure/checked/ThrowingProcedure;Lorg/eclipse/collections/api/block/function/Function2;Ljava/lang/Object;)V (6)
(Ljava/lang/Object;)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: "Procedures.java"
NestMembers:
org.eclipse.collections.impl.block.factory.Procedures$AppendProcedure org.eclipse.collections.impl.block.factory.Procedures$BindProcedure org.eclipse.collections.impl.block.factory.Procedures$NoopProcedure org.eclipse.collections.impl.block.factory.Procedures$ObjectIntProcedureAdapter org.eclipse.collections.impl.block.factory.Procedures$PrintlnProcedure org.eclipse.collections.impl.block.factory.Procedures$SynchronizedProcedure org.eclipse.collections.impl.block.factory.Procedures$ThrowingProcedureAdapter
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
private final AppendProcedure = org.eclipse.collections.impl.block.factory.Procedures$AppendProcedure of org.eclipse.collections.impl.block.factory.Procedures
private final BindProcedure = org.eclipse.collections.impl.block.factory.Procedures$BindProcedure of org.eclipse.collections.impl.block.factory.Procedures
private final NoopProcedure = org.eclipse.collections.impl.block.factory.Procedures$NoopProcedure of org.eclipse.collections.impl.block.factory.Procedures
private final ObjectIntProcedureAdapter = org.eclipse.collections.impl.block.factory.Procedures$ObjectIntProcedureAdapter of org.eclipse.collections.impl.block.factory.Procedures
private final PrintlnProcedure = org.eclipse.collections.impl.block.factory.Procedures$PrintlnProcedure of org.eclipse.collections.impl.block.factory.Procedures
public final SynchronizedProcedure = org.eclipse.collections.impl.block.factory.Procedures$SynchronizedProcedure of org.eclipse.collections.impl.block.factory.Procedures
private final ThrowingProcedureAdapter = org.eclipse.collections.impl.block.factory.Procedures$ThrowingProcedureAdapter of org.eclipse.collections.impl.block.factory.Procedures