IntValue

caliban.Value$.IntValue
See theIntValue companion object
sealed trait IntValue extends Value

Attributes

Companion:
object
Graph
Supertypes
trait Value
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

def toBigInt: BigInt
def toInt: Int
def toLong: Long

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 toInputString: String

Attributes

Inherited from:
InputValue