Double

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

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