Package 

Interface ObservableDisposablesOwner


  • 
    public interface ObservableDisposablesOwner
    
                        

    This interface gives your class ability to execute ObservableUseCase use cases and automatically add resulting disposables to one composite disposable. You may find handy to implement this interface in custom Presenters, ViewHolders etc.

    Consider using DisposablesOwner to support all of the basic RxJava 2 types.

    It is your responsibility to clear this composite disposable when all running tasks should be stopped.