source

colibri.reactive.Rx$.source$
object source extends Source[Rx]

Attributes

Graph
Supertypes
trait Source[Rx]
class Object
trait Matchable
class Any
Self type
source.type

Members list

Concise view

Value members

Concrete methods

def unsafeSubscribe[A](source: Rx[A])(sink: Observer[A]): Cancelable

Deprecated and Inherited methods

final def subscribe[A](source: Rx[A])(sink: Observer[A]): Cancelable

Attributes

Deprecated
true
Inherited from:
Source