Package-level declarations
Types
Base class for the view component on an MVVM architecture app. Provides convenience functions for observing sources during the Lifecycle.State.STARTED state of a views lifecycle.
Base class for a view model that stores a CompositeDisposable of all active subscriptions and destroys them on AndroidViewModel.onCleared
Functions
Emits events from this Completable to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.CREATED and then disposes the subscription.
Emits events from this Flowable to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.CREATED and then disposes the subscription.
Emits events from this Maybe to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.CREATED and then disposes the subscription.
Emits events from this Observable to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.CREATED and then disposes the subscription.
Emits events from this Completable to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.STARTED and then disposes the subscription.
Emits events from this Flowable to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.STARTED and then disposes the subscription.
Emits events from this Maybe to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.STARTED and then disposes the subscription.
Emits events from this Observable to the consumers as long as the lifecycle owner remains in the state Lifecycle.State.STARTED and then disposes the subscription.