FloatValue

caliban.Value.FloatValue
See theFloatValue companion object
sealed trait FloatValue extends Value

Attributes

Companion
object
Graph
Supertypes
trait Value
trait InputValue
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Abstract methods

def toFloat: Float

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:
InputValue