davidmoten / rxjava-extras

Utilities for use with rxjava
Apache License 2.0
269 stars 27 forks source link

doOnEmpty implementation #16

Open davidmoten opened 8 years ago

davidmoten commented 8 years ago

This operator moved to rxjava-extras master branch from https://github.com/ReactiveX/RxJava/pull/3624.

cc/ @thomasnield (author)

@thomasnield if I've missed something pls let me know, when it looks good to you I'll release to Maven Central.

thomasnield commented 8 years ago

I've never seen this interface implemented over an Operator before, much less wrapped into a Transformer and creating a separateObservable off it. I'm curious so I'll check this out for my own learning, but I trust your judgement more than mine! Thanks for including this operator and asking : )