Uses of Class
rx.plugins.RxJavaPlugins
-
Packages that use RxJavaPlugins Package Description rx.plugins Callback types and a central plugin handler class to hook into the lifecycle of the base reactive types and schedulers. -
-
Uses of RxJavaPlugins in rx.plugins
Fields in rx.plugins declared as RxJavaPlugins Modifier and Type Field Description private static RxJavaPlugins
RxJavaPlugins. INSTANCE
Methods in rx.plugins that return RxJavaPlugins Modifier and Type Method Description static RxJavaPlugins
RxJavaPlugins. getInstance()
Deprecated.use the static methods ofRxJavaHooks
.
-