```Single.zip(loadAuthenticatedProfile(), ...
# rx
k
Copy code
Single.zip(loadAuthenticatedProfile(),
                loadConnectionProfile(),
                loadConnectionComments(), Function3 { _: GetProfileResponse, _: GetProfileResponse, _: GetConnectionCommentsResponse ->
            view.hideLoadingIndicator()
        }).subscribe()