Deprecated API
Contents
-
Deprecated ClassesClassDescriptionuse the
TestSubscriberinsteand.This type was never publicly instantiable. UseSchedulers.immediate().This type was never publicly instantiable. UseSchedulers.newThread().This type was never publicly instantiable. UseSchedulers.trampoline().
-
Deprecated MethodsMethodDescriptionUse
Completable.doOnCompleted(Action0)instead.UseCompletable.andThen(rx.Completable)instead.UseCompletable.andThen(rx.Observable)instead.Android has issues with reflection-based atomicsUseObservable.cacheWithInitialCapacity(int)instead.useObservable.doAfterTerminate(Action0)instead.useObservable.interval(long, long, TimeUnit)insteaduseTestSubscriber.getCompletions()instead.use the static methods ofRxJavaHooks.
-
Deprecated Constructors