Rx - Map
|
The map() function takes in a lambda function or a reference to a function that will execute the procedure and return the mapped result.
Accepts (res : Respone) and returns a result.
Accepts (res : Respone) and returns a result.
Comments
Related