Class Functions.ToMapKeyValueSelector<K,V,T>
java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.ToMapKeyValueSelector<K,V,T>
- All Implemented Interfaces:
BiConsumer<Map<K,
V>, T>
- Enclosing class:
Functions
static final class Functions.ToMapKeyValueSelector<K,V,T>
extends Object
implements BiConsumer<Map<K,V>,T>
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
valueSelector
-
keySelector
-
-
Constructor Details
-
ToMapKeyValueSelector
-
-
Method Details
-
accept
Description copied from interface:BiConsumer
Performs an operation on the given values.- Specified by:
accept
in interfaceBiConsumer<K,
V> - Parameters:
m
- the first valuet
- the second value- Throws:
Throwable
- if the implementation wishes to throw any type of exception
-