FloatNumber
caliban.Value.FloatValue.FloatNumber
final case class FloatNumber(value: Float) extends FloatValue
Attributes
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait FloatValuetrait Valuetrait ResponseValuetrait InputValuetrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
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
In this article