Problem
Given the following input and function, produce the desired output using the appropriate operator or operators(s).
Input:
Observable <User> user
Function:
Observable <UserDetail> getUserDetail(User user)
Output:
Observable <UserDetail> userDetails
Implement the task below:
Get hands-on with 1200+ tech skills courses.