RxWriterOps

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

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def contrafilter(f: A => Boolean): RxWriter[A]
def tap(f: A => Unit): RxWriter[A]