Interface | Description |
---|---|
DisposableContainer |
Common interface to add and remove disposables from a container.
|
Class | Description |
---|---|
ArrayCompositeDisposable |
A composite disposable with a fixed number of slots.
|
CancellableDisposable |
A disposable container that wraps a Cancellable instance.
|
ListCompositeDisposable |
A disposable container that can hold onto multiple other disposables.
|
SequentialDisposable |
A Disposable container that allows updating/replacing a Disposable
atomically and with respect of disposing the container itself.
|
Enum | Description |
---|---|
DisposableHelper |
Utility methods for working with Disposables atomically.
|
EmptyDisposable |
Represents a stateless empty Disposable that reports being always
empty and disposed.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.