LiveOwner

colibri.reactive.LiveOwner
See theLiveOwner companion object
trait LiveOwner extends Owner

Attributes

Companion:
object
Graph
Supertypes
trait Owner
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def liveObservable: Observable[Any]
def unsafeLive[A](rx: Rx[A]): A

Inherited methods

def cancelable: Cancelable

Attributes

Inherited from:
Owner
def unsafeOwn(subscription: () => Cancelable): Unit

Attributes

Inherited from:
Owner
def unsafeSubscribe(): Cancelable

Attributes

Inherited from:
Owner