| Interface | Description |
|---|---|
| Completable.CompletableOnSubscribe |
Callback used for building deferred computations that takes a CompletableSubscriber.
|
| Completable.CompletableOperator |
Convenience interface and callback used by the lift operator that given a child CompletableSubscriber,
return a parent CompletableSubscriber that does any kind of lifecycle-related transformations.
|
| Completable.CompletableSubscriber |
Represents the subscription API callbacks when subscribing to a Completable instance.
|
| Completable.CompletableTransformer |
Convenience interface and callback used by the compose operator to turn a Completable into another
Completable fluently.
|
| Class | Description |
|---|---|
| Completable |
Represents a deferred computation without any value but only indication for completion or exception.
|