Class Functions.ToMapKeySelector<K,T>
java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.ToMapKeySelector<K,T>
- All Implemented Interfaces:
BiConsumer<Map<K,T>, T>
- Enclosing class:
Functions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keySelector
-
-
Constructor Details
-
ToMapKeySelector
-
-
Method Details
-
accept
Description copied from interface:BiConsumerPerforms an operation on the given values.- Specified by:
acceptin interfaceBiConsumer<K,T> - Parameters:
m- the first valuet- the second value- Throws:
Throwable- if the implementation wishes to throw any type of exception
-