Constructor

zio.prelude.Debug.Repr.Constructor
See theConstructor companion object
final case class Constructor(namespace: List[String], name: String, reprs: ListMap[String, Repr]) extends Repr

A structured representation of a class constructor including the names of each field and their values.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Repr
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
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

Inherited from:
Repr

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

Inherited from:
Repr