I’m fairly new to the Rx concepts. I’ve got a login service and a getUserInfo service. The login service returns a token then I call the userInfo service with that token to get the user info. I would like both the token and the user info to be passed on to the subscriber. Is there some operator that does this?