final class org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure<T1, T2> implements org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure<T1>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure
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.primitive.ObjectIntProcedure<? super T2> delegate;
descriptor: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT2;>;
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.primitive.ObjectIntProcedure<? super T2>, org.eclipse.collections.api.block.function.Function<? super T1, T2>);
descriptor: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;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$BindObjectIntProcedure.delegate:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
2: aload 0
aload 2
putfield org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure.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$BindObjectIntProcedure<TT1;TT2;>;
0 4 1 delegate Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT2;>;
0 4 2 function Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;
Signature: (Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<-TT2;>;Lorg/eclipse/collections/api/block/function/Function<-TT1;TT2;>;)V
MethodParameters:
Name Flags
delegate
function
public void value(T1, );
descriptor: (Ljava/lang/Object;I)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$BindObjectIntProcedure.delegate:Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure;
aload 0
getfield org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure.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;
iload 2
invokeinterface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure.value:(Ljava/lang/Object;I)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$BindObjectIntProcedure<TT1;TT2;>;
0 2 1 each TT1;
0 2 2 index I
Signature: (TT1;I)V
MethodParameters:
Name Flags
each
index
}
Signature: <T1:Ljava/lang/Object;T2:Ljava/lang/Object;>Ljava/lang/Object;Lorg/eclipse/collections/api/block/procedure/primitive/ObjectIntProcedure<TT1;>;
SourceFile: "Functions.java"
NestHost: org.eclipse.collections.impl.block.factory.Functions
InnerClasses:
private final BindObjectIntProcedure = org.eclipse.collections.impl.block.factory.Functions$BindObjectIntProcedure of org.eclipse.collections.impl.block.factory.Functions