Rx

colibri.reactive.Rx$
See theRx companion trait
object Rx extends RxPlatform

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Rx.type

Members list

Concise view

Type members

Classlikes

final implicit class RxBooleanOps(source: Rx[Boolean]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final implicit class RxOps[A](self: Rx[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
object source extends Source[Rx]

Attributes

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

Value members

Concrete methods

def const[A](value: A): Rx[A]
def function[R](f: LiveOwner => R)(implicit owner: Owner): Rx[R]
def observable[A](observable: Observable[A])(seed: => A)(implicit owner: Owner): Rx[A]
def observableSync[A](observable: Observable[A])(implicit owner: Owner): Rx[A]

Inherited methods

def apply[R](f: LiveOwner ?=> R)(implicit owner: Owner): Rx[R]

Attributes

Inherited from:
RxPlatform

Implicits

Implicits

final implicit def RxBooleanOps(source: Rx[Boolean]): RxBooleanOps
final implicit def RxOps[A](self: Rx[A]): RxOps[A]