ShowBuilder

org.finos.morphir.util.ShowBuilder
See theShowBuilder companion object
sealed trait ShowBuilder

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def indent(n: Int): Unit
def line(value: Any): Unit
def newline(): Unit
def rep[T](values: Seq[T], sep: String)(f: T => Unit): Unit
def str(value: Any): Unit
def unindent(n: Int): Unit