alex.hart
06/07/2017, 12:57 PM/**
* Abstraction over an RxJava {@link MaybeObserver} that allows associating
* a resource with it.
* <p>
* All methods are safe to call from multiple threads.
* <p>
* Calling onSuccess, onError or onComplete multiple times has no effect.
*
* @param <T> the value type to emit
*/
Unless you can find a testcase where you can break this, I wouldn’t worry about it.