Show

object Show extends Show
Companion
class
class Show
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(prettify: Prettify, width: Int, indentSize: Int): Show

Builds a new Show instance on the given configuration.

Builds a new Show instance on the given configuration.

Inherited methods

def show(v: Any): String

Shows any values.

Shows any values.

Inherited from
Show