This operator moved to rxjava-extras master branch from ReactiveX/RxJava#3624.
cc/ @thomasnield (author)
- converted to
OnSubscribeDoOnEmpty to save allocations associated with lift
- removed
done checks because of guarantees of observable contract
- added unit tests, now at 100% coverage
@thomasnield if I've missed something pls let me know, when it looks good to you I'll release to Maven Central.
This operator moved to rxjava-extras master branch from ReactiveX/RxJava#3624.
cc/ @thomasnield (author)
OnSubscribeDoOnEmptyto save allocations associated withliftdonechecks because of guarantees of observable contract@thomasnield if I've missed something pls let me know, when it looks good to you I'll release to Maven Central.