InMemoryShowBuilder

org.finos.morphir.util.ShowBuilder.InMemoryShowBuilder
final class InMemoryShowBuilder extends ShowBuilder

Attributes

Graph
Supertypes
trait ShowBuilder
class Object
trait Matchable
class Any

Members list

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.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def indent(n: Int): Unit

Attributes

Inherited from:
ShowBuilder
def line(value: Any): Unit

Attributes

Inherited from:
ShowBuilder
def newline(): Unit

Attributes

Inherited from:
ShowBuilder
def rep[T](values: Seq[T], sep: String)(f: T => Unit): Unit

Attributes

Inherited from:
ShowBuilder
def str(value: Any): Unit

Attributes

Inherited from:
ShowBuilder
def unindent(n: Int): Unit

Attributes

Inherited from:
ShowBuilder