trait
Writer extends AnyRef
Abstract Value Members
-
abstract
def
append(s: String): Writer.this.type
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Writer, B)
-
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: CaseInsensitiveString): Writer.this.type
-
final
def
<<(s: String): Writer.this.type
-
final
def
<<#(s: String): Writer.this.type
-
final
def
==(arg0: Any): Boolean
-
def
addSeq[T](s: Seq[T], sep: String = "", start: String = "", end: String = "")(implicit arg0: Renderer[T]): Writer.this.type
-
def
addStringNel(s: NonEmptyList[String], sep: String = "", start: String = "", end: String = ""): 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: CaseInsensitiveString): Writer.this.type
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Writer) ⇒ Boolean, msg: ⇒ Any): Writer
-
def
ensuring(cond: (Writer) ⇒ Boolean): Writer
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Writer
-
def
ensuring(cond: Boolean): Writer
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
quote(s: String, escapedChars: BitSet = Writer.HeaderValueDQuote, escapeChar: Char = '\\'): Writer.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Writer, B)
Inherited from Any
Value Members
-
final
def
asInstanceOf[T0]: T0
-
final
def
isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd from
Writer to any2stringadd[Writer]
Value Members
-
def
+(other: String): String
Inherited by implicit conversion StringFormat from
Writer to StringFormat[Writer]
Value Members
-
def
formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring from
Writer to Ensuring[Writer]
Inherited by implicit conversion ArrowAssoc from
Writer to ArrowAssoc[Writer]
Value Members
-
def
->[B](y: B): (Writer, B)
-
def
→[B](y: B): (Writer, B)
Ungrouped
-
abstract
def
append(s: String): Writer.this.type
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Writer, B)
-
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: CaseInsensitiveString): Writer.this.type
-
final
def
<<(s: String): Writer.this.type
-
final
def
<<#(s: String): Writer.this.type
-
final
def
==(arg0: Any): Boolean
-
def
addSeq[T](s: Seq[T], sep: String = "", start: String = "", end: String = "")(implicit arg0: Renderer[T]): Writer.this.type
-
def
addStringNel(s: NonEmptyList[String], sep: String = "", start: String = "", end: String = ""): 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: CaseInsensitiveString): Writer.this.type
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Writer) ⇒ Boolean, msg: ⇒ Any): Writer
-
def
ensuring(cond: (Writer) ⇒ Boolean): Writer
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Writer
-
def
ensuring(cond: Boolean): Writer
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
quote(s: String, escapedChars: BitSet = Writer.HeaderValueDQuote, escapeChar: Char = '\\'): Writer.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (Writer, B)