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
As mentioned in #5814, there is no doOnTerminate operator on Single or Maybe, but there is on Observable, Flowable and Completable. There doesn't seem to be any reason for this inconsistency, other than it's just an omission.
Yes, you can workaround this using donOnEvent, but can we instead get this operator added just for API consistency?
The text was updated successfully, but these errors were encountered:
@akarnokd, I would like to contribute to this feature, is this issue free to work on? However, even though it seems pretty straightforward, I'm new to this project and it may take some time for me to submit a final PR, is it acceptable? I don't want to block if it's an urgent need and can be done by somebody else in a faster manner. Thanks.
Nobody has started working on this to my knowledge. I suggest you do it either way so you gain experience with doing PRs as well as creating RxJava operators.
As mentioned in #5814, there is no
doOnTerminate
operator onSingle
orMaybe
, but there is onObservable
,Flowable
andCompletable
. There doesn't seem to be any reason for this inconsistency, other than it's just an omission.Yes, you can workaround this using
donOnEvent
, but can we instead get this operator added just for API consistency?The text was updated successfully, but these errors were encountered: