InMemoryShowBuilder

final class InMemoryShowBuilder extends ShowBuilder
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

def indent(n: Int): Unit
Inherited from:
ShowBuilder
def line(value: Any): Unit
Inherited from:
ShowBuilder
def newline(): Unit
Inherited from:
ShowBuilder
Inherited from:
ShowBuilder
def rep[T](values: Iterable[T], sep: String)(f: T => Unit): Unit
Inherited from:
ShowBuilder
def str(value: Any): Unit
Inherited from:
ShowBuilder
Inherited from:
ShowBuilder
def str(v: Char): Unit
Inherited from:
ShowBuilder
def unindent(n: Int): Unit
Inherited from:
ShowBuilder