RxLater

colibri.reactive.RxLater
See theRxLater companion trait
object RxLater

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RxLater.type

Members list

Type members

Classlikes

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

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def effect[F[_] : RunEffect, A](effect: F[A]): RxLater[A]
def empty[A]: RxLater[A]
def future[A](future: => Future[A]): RxLater[A]
def observable[A](observable: Observable[A]): RxLater[A]
def rx[A](rx: Rx[A]): RxLater[A]

Implicits

Implicits

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