RxWriter

colibri.reactive.RxWriter$
See theRxWriter companion trait
object RxWriter

Attributes

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

Members list

Concise view

Type members

Classlikes

final implicit class RxWriterOps[A](self: RxWriter[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
object liftSink extends LiftSink[RxWriter]

Attributes

Graph
Supertypes
trait LiftSink[RxWriter]
class Object
trait Matchable
class Any
Self type
object sink extends Sink[RxWriter]

Attributes

Graph
Supertypes
trait Sink[RxWriter]
class Object
trait Matchable
class Any
Self type
sink.type

Value members

Concrete methods

def observer[A](observer: Observer[A]): RxWriter[A]

Implicits

Implicits

final implicit def RxWriterOps[A](self: RxWriter[A]): RxWriterOps[A]