case class Renderer(w: Writer, indent: Int = 2) extends PatchVisitor with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Renderer
- Serializable
- Serializable
- Product
- Equals
- PatchVisitor
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Renderer(w: Writer, indent: Int = 2)
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( ... ) @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[_]
- 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
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Renderer, B)
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated