case class Renderer(w: Writer, indent: Int = 2) extends PatchVisitor with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Renderer
- Serializable
- Product
- Equals
- PatchVisitor
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Renderer, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addItems(xs: Seq[Any]): Unit
- Definition Classes
- Renderer → PatchVisitor
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def decreaseValue(delta: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- def dropItems(xs: Seq[Any]): Unit
- Definition Classes
- Renderer → PatchVisitor
- def ensuring(cond: (Renderer) => Boolean, msg: => Any): Renderer
- def ensuring(cond: (Renderer) => Boolean): Renderer
- def ensuring(cond: Boolean, msg: => Any): Renderer
- def ensuring(cond: Boolean): Renderer
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def increaseValue(delta: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- val indent: Int
- def insertItems(xs: Seq[Any]): Unit
- Definition Classes
- Renderer → PatchVisitor
- def intoField(field: String): Unit
- Definition Classes
- Renderer → PatchVisitor
- def intoIndex(index: Int): Unit
- Definition Classes
- Renderer → PatchVisitor
- def intoKey(key: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def outofField(field: String): Unit
- Definition Classes
- Renderer → PatchVisitor
- def outofIndex(index: Int): Unit
- Definition Classes
- Renderer → PatchVisitor
- def outofKey(key: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def removeItems(xs: Seq[Any]): Unit
- Definition Classes
- Renderer → PatchVisitor
- def resize(delta: Int): Unit
- Definition Classes
- Renderer → PatchVisitor
- def setValue(to: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- def skipItems(n: Int): Unit
- Definition Classes
- Renderer → PatchVisitor
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def unsetValue(from: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- def updateValue(update: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- def updateValue(from: Any, to: Any): Unit
- Definition Classes
- Renderer → PatchVisitor
- def upgradeItems(xs: List[Patch[_]]): Unit
- Definition Classes
- Renderer → PatchVisitor
- val w: Writer
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (Renderer, B)
- Implicit
- This member is added by an implicit conversion from Renderer toArrowAssoc[Renderer] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.