A  B  C  D  E  F  G  M  O  S 

D

DisposablesOwner - class in app.futured.arkitekt.rxusecases.disposables
This interface gives your class ability to execute FlowableUseCase, SingleUseCase, CompletableUseCase, ObservableUseCase, MaybeUseCase use cases and automatically add resulting disposables to one composite disposable.
disposePrevious(Boolean) - function in app.futured.arkitekt.rxusecases.disposables.CompletableUseCaseConfig.Builder
Set whether currently running internal Completable should be disposed when execute is called repeatedly.
disposePrevious(Boolean) - function in app.futured.arkitekt.rxusecases.disposables.FlowableUseCaseConfig.Builder
Set whether currently running internal Flowable should be disposed when execute is called repeatedly.
disposePrevious(Boolean) - function in app.futured.arkitekt.rxusecases.disposables.MaybeUseCaseConfig.Builder
Set whether currently running internal Maybe should be disposed when execute is called repeatedly.
disposePrevious(Boolean) - function in app.futured.arkitekt.rxusecases.disposables.ObservableUseCaseConfig.Builder
Set whether currently running internal Observable should be disposed when execute is called repeatedly.
disposePrevious(Boolean) - function in app.futured.arkitekt.rxusecases.disposables.SingleUseCaseConfig.Builder
Set whether currently running internal Single should be disposed when execute is called repeatedly.
A  B  C  D  E  F  G  M  O  S