Int

zio.prelude.Debug.Repr.Int
final case class Int(value: Int) extends Repr

A structured representation of an Int value.

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