VerboseBinaryExactNumericType

openGql.grammar.VerboseBinaryExactNumericType

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class integer8
class integer16
class integer32
class integer64
class integer128
class integer256
class smallInteger
class bigInteger
Show all

Members list

Type members

Enum entries

final case class bigInteger(value: BigIntegerType) extends VerboseBinaryExactNumericType
final case class integer128(value: Integer128Type) extends VerboseBinaryExactNumericType
final case class integer16(value: Integer16Type) extends VerboseBinaryExactNumericType
final case class integer256(value: Integer256Type) extends VerboseBinaryExactNumericType
final case class integer32(value: Integer32Type) extends VerboseBinaryExactNumericType
final case class integer64(value: Integer64Type) extends VerboseBinaryExactNumericType
final case class integer8(value: Integer8Type) extends VerboseBinaryExactNumericType