zio.schema.validation.NumType
See theNumType companion trait
object NumType
Attributes
Members list
Type members
Classlikes
case object BigDecimalType extends NumType[BigDecimal]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NumType[BigDecimal]class Objecttrait Matchableclass AnyShow all
- Self type
-
BigDecimalType.type
case object BigIntType extends NumType[BigInt]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NumType[BigInt]class Objecttrait Matchableclass AnyShow all
- Self type
-
BigIntType.type
case object DoubleType extends NumType[Double]
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NumType[Double]class Objecttrait Matchableclass AnyShow all
- Self type
-
DoubleType.type
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NumType[Float]class Objecttrait Matchableclass AnyShow all
- Self type
-
FloatType.type
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NumType[Int]class Objecttrait Matchableclass AnyShow all
- Self type
-
IntType.type
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait NumType[Long]class Objecttrait Matchableclass AnyShow all
- Self type
-
LongType.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
In this article