NumType

zio.schema.validation.NumType
See theNumType companion trait
object NumType

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
NumType.type

Members list

Type members

Classlikes

case object BigDecimalType extends NumType[BigDecimal]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object BigIntType extends NumType[BigInt]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NumType[BigInt]
class Object
trait Matchable
class Any
Show all
Self type
BigIntType.type
case object DoubleType extends NumType[Double]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NumType[Double]
class Object
trait Matchable
class Any
Show all
Self type
DoubleType.type
case object FloatType extends NumType[Float]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NumType[Float]
class Object
trait Matchable
class Any
Show all
Self type
FloatType.type
case object IntType extends NumType[Int]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NumType[Int]
class Object
trait Matchable
class Any
Show all
Self type
IntType.type
case object LongType extends NumType[Long]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NumType[Long]
class Object
trait Matchable
class Any
Show all
Self type
LongType.type
case object ShortType extends NumType[Short]

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait NumType[Short]
class Object
trait Matchable
class Any
Show all
Self type
ShortType.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror