Package | Description |
---|---|
io.reactivex.disposables |
Default implementations for Disposable-based resource management
(Disposable container types) and utility classes to construct
Disposables from callbacks and other types.
|
io.reactivex.internal.disposables | |
io.reactivex.internal.schedulers |
Modifier and Type | Class and Description |
---|---|
class |
CompositeDisposable
A disposable container that can hold onto multiple other disposables and
offers O(1) add and removal complexity.
|
Modifier and Type | Class and Description |
---|---|
class |
ListCompositeDisposable
A disposable container that can hold onto multiple other disposables.
|
Modifier and Type | Method and Description |
---|---|
ScheduledRunnable |
NewThreadWorker.scheduleActual(Runnable run,
long delayTime,
TimeUnit unit,
DisposableContainer parent)
Wraps the given runnable into a ScheduledRunnable and schedules it
on the underlying ScheduledExecutorService.
|
Constructor and Description |
---|
ScheduledRunnable(Runnable actual,
DisposableContainer parent)
Creates a ScheduledRunnable by wrapping the given action and setting
up the optional parent.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.