final class org.eclipse.collections.impl.block.factory.Functions$BindProcedure2<T1, T2, T3> implements org.eclipse.collections.api.block.procedure.Procedure2<T1, T3>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.Functions$BindProcedure2
super_class: java.lang.Object
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 1
private final org.eclipse.collections.api.block.procedure.Procedure2<? super T2, T3> delegate;
descriptor: Lorg/eclipse/collections/api/block/procedure/Procedure2;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT2;TT3;>;
private final org.eclipse.collections.api.block.function.Function<? super T1, T2> function;
descriptor: Lorg/eclipse/collections/api/block/function/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;
private void <init>(org.eclipse.collections.api.block.procedure.Procedure2<? super T2, T3>, org.eclipse.collections.api.block.function.Function<? super T1, T2>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/Procedure2;Lorg/eclipse/collections/api/block/function/Function;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure2.delegate:Lorg/eclipse/collections/api/block/procedure/Procedure2;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure2.function:Lorg/eclipse/collections/api/block/function/Function;
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/eclipse/collections/impl/block/factory/Functions$BindProcedure2<TT1;TT2;TT3;>;
0 4 1 delegate Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT2;TT3;>;
0 4 2 function Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/Procedure2<-TT2;TT3;>;Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;)V
MethodParameters:
Name Flags
delegate
function
public void value(T1, );
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure2.delegate:Lorg/eclipse/collections/api/block/procedure/Procedure2;
aload 0
getfield org.eclipse.collections.impl.block.factory.Functions$BindProcedure2.function:Lorg/eclipse/collections/api/block/function/Function;
aload 1
invokeinterface org.eclipse.collections.api.block.function.Function.valueOf:(Ljava/lang/Object;)Ljava/lang/Object;
aload 2
invokeinterface org.eclipse.collections.api.block.procedure.Procedure2.value:(Ljava/lang/Object;Ljava/lang/Object;)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/eclipse/collections/impl/block/factory/Functions$BindProcedure2<TT1;TT2;TT3;>;
0 2 1 each TT1;
0 2 2 constant TT3;
Signature: (TT1;TT3;)V
MethodParameters:
Name Flags
each
constant
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;T3:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/Procedure2<TT1;TT3;>;
SourceFile: "Functions.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions
InnerClasses:
private final BindProcedure2 = org.eclipse.collections.impl.block.factory.Functions$BindProcedure2 of org.eclipse.collections.impl.block.factory.Functions