FileShowBuilder

org.finos.morphir.util.ShowBuilder$.FileShowBuilder
final class FileShowBuilder(val out: Writer) extends ShowBuilder

Attributes

Graph
Supertypes
trait ShowBuilder
class Object
trait Matchable
class Any

Members list

Value members

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