CompletableImpl

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard

Properties

Link copied to clipboard
open override var canceled: Pool<(source: Completable) -> Unit>

Notifies when this item is canceled

Link copied to clipboard
open override var completed: Pool<(source: Completable) -> Unit>

Notifies when this item is completed

Link copied to clipboard

Functions

Link copied to clipboard
open override fun cancel()
Link copied to clipboard
protected open fun completed()