Package rx.schedulers


package rx.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
    Class
    Description
    Deprecated.
    This type was never publicly instantiable.
    Deprecated.
    This type was never publicly instantiable.
    Static factory methods for creating Schedulers.
    The TestScheduler is useful for debugging.
     
     
    A TimeInterval represents an item emitted by an Observable along with the amount of time that elapsed either since the emission of the previous item or (if there was no previous item) since the Observable was first subscribed to.
    Composite class that takes a value and a timestamp and wraps them.
    Deprecated.
    This type was never publicly instantiable.