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

Concise view

Type members

Classlikes

case object BigDecimalType extends NumType[BigDecimal]

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object DoubleType extends NumType[Double]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object FloatType extends NumType[Float]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait NumType[Float]
class Object
trait Matchable
class Any
Self type
case object IntType extends NumType[Int]

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait NumType[Long]
class Object
trait Matchable
class Any
Self type
case object ShortType extends NumType[Short]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait NumType[Short]
class Object
trait Matchable
class Any
Self 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