RxWriter

colibri.reactive.RxWriter
See theRxWriter companion trait
object RxWriter

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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]