LongNumber

caliban.Value$.IntValue$.LongNumber
case class LongNumber(value: Long) extends IntValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait IntValue
trait Value
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toBigInt: BigInt

Attributes

Definition Classes
override def toInt: Int

Attributes

Definition Classes
override def toLong: Long

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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toInputString: String

Attributes

Inherited from:
InputValue