```kotlin val s1: Single<Unit> = getCSRF() v...
# rx
k
Copy code
kotlin
val s1: Single<Unit> = getCSRF()
val s2: Single<LoginResponse> = ...