You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you guys feel about concatWith variants that take Single, Completable and Maybe. For now they could internally just use toObservable() and then maybe later receive custom implementations.
The text was updated successfully, but these errors were encountered:
I'm doing that right now however having custom implementations could improve performance since certain shortcuts can be taken. For instance knowing that Single can only emit once or error once unlike Observable / Flowable variants.
How do you guys feel about
concatWith
variants that takeSingle
,Completable
andMaybe
. For now they could internally just usetoObservable()
and then maybe later receive custom implementations.The text was updated successfully, but these errors were encountered: