zio.prelude.Debug.Repr
See theRepr companion trait
object Repr
Attributes
Members list
Type members
Classlikes
A structured representation of a class constructor including the names of each field and their values.
object Constructor
Attributes
- Companion
- class
- Supertypes
- Self type
-
Constructor.type
A structured representation of a class constructor including the values of each field.
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
Provides an implicit conversion from a value of a data type to a structured representation of that value given a Debug instance. Used to support the string interpolation functionality.
Provides an implicit conversion from a value of a data type to a structured representation of that value given a Debug instance. Used to support the string interpolation functionality.
Attributes
In this article