trait Writer extends AnyRef
Efficiently accumulate Renderable representations
- Source
- Renderable.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Writer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
- final def <<[T](r: T)(implicit arg0: Renderer[T]): Writer.this.type
- final def <<(long: Long): Writer.this.type
- final def <<(int: Int): Writer.this.type
- final def <<(double: Double): Writer.this.type
- final def <<(float: Float): Writer.this.type
- final def <<(char: Char): Writer.this.type
- final def <<(s: CIString): Writer.this.type
- final def <<(s: String): Writer.this.type
- final def <<#(s: String): Writer.this.type
- def addNel[T](s: NonEmptyList[T], sep: String = ", ", start: String = "", end: String = "")(implicit arg0: Renderer[T]): Writer.this.type
- def addSet[T](s: Set[T], sep: String = ", ", start: String = "", end: String = "")(implicit arg0: Renderer[T]): Writer.this.type
- def addStrings(s: Seq[String], sep: String = "", start: String = "", end: String = ""): Writer.this.type
- def append[T](r: T)(implicit R: Renderer[T]): Writer.this.type
- def append(long: Long): Writer.this.type
- def append(int: Int): Writer.this.type
- def append(double: Double): Writer.this.type
- def append(float: Float): Writer.this.type
- def append(char: Char): Writer.this.type
- def append(ci: CIString): Writer.this.type
- def eligibleOnly(s: String, keep: CharPredicate, placeholder: Char): Writer.this.type
- def quote(s: String, escapedChars: BitSet = Writer.HeaderValueDQuote, escapeChar: Char = '\\'): Writer.this.type