Package-level declarations
Types
Link copied to clipboard
interface CompleteCallback
A common callback for listening for completions
Link copied to clipboard
interface Connectable
Link copied to clipboard
See ValueCallback
Link copied to clipboard
interface ErrorCallback
A common callback for listening for exceptions
Link copied to clipboard
interface Observer
Base interface for event observers. When an Observer is subscribed to a source through its subscribe method, the source calls onSubscribe method with a Disposable that allows disposing the source at any time. All methods must be called synchronously, never concurrently.
Link copied to clipboard
A common callback for listening for completions with a value
Link copied to clipboard
A common callback for listening for values