final class io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector<K, V, T> implements io.reactivex.functions.BiConsumer<java.util.Map<K, java.util.Collection<V>>, T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector
super_class: java.lang.Object
{
private final io.reactivex.functions.Function<? super K, ? extends java.util.Collection<? super V>> collectionFactory;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TK;+Ljava/util/Collection<-TV;>;>;
private final io.reactivex.functions.Function<? super T, ? extends V> valueSelector;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+TV;>;
private final io.reactivex.functions.Function<? super T, ? extends K> keySelector;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/functions/Function<-TT;+TK;>;
void <init>(io.reactivex.functions.Function<? super K, ? extends java.util.Collection<? super V>>, io.reactivex.functions.Function<? super T, ? extends V>, io.reactivex.functions.Function<? super T, ? extends K>);
descriptor: (Lio/reactivex/functions/Function;Lio/reactivex/functions/Function;Lio/reactivex/functions/Function;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.collectionFactory:Lio/reactivex/functions/Function;
2: aload 0
aload 2
putfield io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.valueSelector:Lio/reactivex/functions/Function;
3: aload 0
aload 3
putfield io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.keySelector:Lio/reactivex/functions/Function;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/reactivex/internal/functions/Functions$ToMultimapKeyValueSelector<TK;TV;TT;>;
0 5 1 collectionFactory Lio/reactivex/functions/Function<-TK;+Ljava/util/Collection<-TV;>;>;
0 5 2 valueSelector Lio/reactivex/functions/Function<-TT;+TV;>;
0 5 3 keySelector Lio/reactivex/functions/Function<-TT;+TK;>;
Signature: (Lio/reactivex/functions/Function<-TK;+Ljava/util/Collection<-TV;>;>;Lio/reactivex/functions/Function<-TT;+TV;>;Lio/reactivex/functions/Function<-TT;+TK;>;)V
MethodParameters:
Name Flags
collectionFactory
valueSelector
keySelector
public void accept(java.util.Map<K, java.util.Collection<V>>, );
descriptor: (Ljava/util/Map;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.keySelector:Lio/reactivex/functions/Function;
aload 2
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
astore 3
start local 3 1: aload 1
aload 3
invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.Collection
astore 4
start local 4 2: aload 4
ifnonnull 5
3: aload 0
getfield io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.collectionFactory:Lio/reactivex/functions/Function;
aload 3
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.util.Collection
astore 4
4: aload 1
aload 3
aload 4
invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
5: StackMap locals: java.lang.Object java.util.Collection
StackMap stack:
aload 0
getfield io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.valueSelector:Lio/reactivex/functions/Function;
aload 2
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
astore 5
start local 5 6: aload 4
aload 5
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
7: return
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/reactivex/internal/functions/Functions$ToMultimapKeyValueSelector<TK;TV;TT;>;
0 8 1 m Ljava/util/Map<TK;Ljava/util/Collection<TV;>;>;
0 8 2 t TT;
1 8 3 key TK;
2 8 4 coll Ljava/util/Collection<TV;>;
6 8 5 value TV;
Exceptions:
throws java.lang.Exception
Signature: (Ljava/util/Map<TK;Ljava/util/Collection<TV;>;>;TT;)V
MethodParameters:
Name Flags
m
t
public void accept(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.util.Map
aload 2
checkcast java.lang.Object
invokevirtual io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector.accept:(Ljava/util/Map;Ljava/lang/Object;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/BiConsumer<Ljava/util/Map<TK;Ljava/util/Collection<TV;>;>;TT;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
final ToMultimapKeyValueSelector = io.reactivex.internal.functions.Functions$ToMultimapKeyValueSelector of io.reactivex.internal.functions.Functions