DoubleNumber

caliban.Value.FloatValue.DoubleNumber
final case class DoubleNumber(value: Double) extends FloatValue

Attributes

Graph
Supertypes
trait Product
trait Equals
trait FloatValue
trait Value
trait InputValue
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toBigDecimal: BigDecimal

Attributes

Definition Classes
override def toDouble: Double

Attributes

Definition Classes
override def toFloat: Float

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Performs a deep merge of two response values. This currently means that the list values will be concatenated, and object values will be merged, incompatible types will assume the right-hand side of the merge.

Attributes

Inherited from:
ResponseValue

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
InputValue