Double

org.finos.morphir.Dumper.Repr.Double
final case class Double(value: Double) extends Repr

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

def dump: String

Dump the Repr to a human readable format using the Simple formatter.

Dump the Repr to a human readable format using the Simple formatter.

Attributes

Inherited from:
Repr
def dump[Format](formatter: Formatter[Format]): Format

Dump the Repr to a target format using the specified `Formatter

Dump the Repr to a target format using the specified `Formatter

Attributes

Inherited from:
Repr
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product