VConstructor

zio.prelude.Debug.Repr.VConstructor
final case class VConstructor(namespace: List[String], name: String, reprs: List[Repr]) extends Repr

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

Attributes

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