Source

interface Source<in T : Observer>

Represents a generic source that can be subscribed with an Observer

Inheritors

Functions

Link copied to clipboard
abstract fun subscribe(observer: T)

Subscribes the specified Observer to this Source