Challenge

Next, we’ll go through a challenge to test your understanding of operators.

We'll cover the following

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.