Long

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

A structured representation of a Long 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