Uses of Interface
rx.functions.Action0

Packages that use Action0
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers; other common base interfaces.
Functional interfaces of functions and actions of arity 0 to 9 and related utility classes.
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
 
 
Classes extending the Observable base reactive class, synchronous and asynchronous event generators.
Default wrappers and implementations for the base reactive consumer classes and interfaces; utility classes for creating them from callbacks.
Callback types and a central plugin handler class to hook into the lifecycle of the base reactive types and schedulers.
Scheduler implementations, value+time record classes and the standard factory class to return standard RxJava schedulers or wrap any Executor-based (thread pool) instances.
Classes extending the Observable base reactive class and implementing the Observer interface at the same time (aka hot Observables).
Default implementations for Subscription-based resource management (Subscription container types) and utility classes to construct Subscriptions from callbacks and other types.