RxEvent

colibri.reactive.RxEvent
See theRxEvent companion trait
object RxEvent extends RxPlatform

Attributes

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

Members list

Type members

Classlikes

final implicit class RxEventOps[A](self: RxEvent[A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[A](values: A*): RxEvent[A]
def concat[A](rxs: RxEvent[A]*): RxEvent[A]
def effect[F[_] : RunEffect, A](effect: F[A]): RxEvent[A]
def empty[A]: RxEvent[A]
def future[A](future: => Future[A]): RxEvent[A]
def iterable[A](values: Iterable[A]): RxEvent[A]
def merge[A](rxs: RxEvent[A]*): RxEvent[A]
def observable[A](observable: Observable[A]): RxEvent[A]
def switch[A](rxs: RxEvent[A]*): RxEvent[A]

Inherited methods

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

Attributes

Inherited from:
RxPlatform

Implicits

Implicits

final implicit def RxEventOps[A](self: RxEvent[A]): RxEventOps[A]