Rx

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

Attributes

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

Members list

Type members

Classlikes

final implicit class RxLaterOps[A](self: Rx[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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

Attributes

Inherited from:
RxPlatform

Implicits

Implicits

final implicit def RxLaterOps[A](self: Rx[A]): RxLaterOps[A]