Repr

zio.prelude.Debug.Repr
See theRepr companion object
sealed trait Repr

A Repr is a structured representation of a value of that can be rendered into various human readable formats.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Boolean
class Byte
class Char
class Constructor
class Double
class Float
class Int
class KeyValue
class Long
class Object
class Short
class String
class VConstructor
Show all
Self type

Members list

Value members

Concrete methods

Render the Repr to a human readable format using the specified Renderer.

Render the Repr to a human readable format using the specified Renderer.

Attributes

def render: String

Render the Repr to a human readable format using the Simple renderer.

Render the Repr to a human readable format using the Simple renderer.

Attributes