StandardType

zio.schema.StandardType
See theStandardType companion trait
object StandardType

Attributes

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

Members list

Type members

Classlikes

Attributes

Supertypes
trait Equiv[BigDecimal]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Equiv[BigInteger]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object BinaryType extends StandardType[Chunk[Byte]]

Attributes

Supertypes
trait Ordering[Chunk[Byte]]
trait Equiv[Chunk[Byte]]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BinaryType.type
object BoolType extends StandardType[Boolean]

Attributes

Supertypes
trait Ordering[Boolean]
trait Equiv[Boolean]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
BoolType.type
object ByteType extends StandardType[Byte]

Attributes

Supertypes
trait Ordering[Byte]
trait Equiv[Byte]
trait Serializable
trait Comparator[Byte]
class Object
trait Matchable
class Any
Show all
Self type
ByteType.type
object CharType extends StandardType[Char]

Attributes

Supertypes
trait Ordering[Char]
trait Equiv[Char]
trait Serializable
trait Comparator[Char]
class Object
trait Matchable
class Any
Show all
Self type
CharType.type

Attributes

Supertypes
trait Equiv[DayOfWeek]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object DoubleType extends StandardType[Double]

Attributes

Supertypes
trait Ordering[Double]
trait Equiv[Double]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
DoubleType.type

Attributes

Supertypes
trait Equiv[Duration]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object FloatType extends StandardType[Float]

Attributes

Supertypes
trait Ordering[Float]
trait Equiv[Float]
trait Serializable
trait Comparator[Float]
class Object
trait Matchable
class Any
Show all
Self type
FloatType.type
object InstantType extends StandardType[Instant]

Attributes

Supertypes
trait Ordering[Instant]
trait Equiv[Instant]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object IntType extends StandardType[Int]

Attributes

Supertypes
trait StandardType[Int]
trait Ordering[Int]
trait Equiv[Int]
trait Serializable
trait Comparator[Int]
class Object
trait Matchable
class Any
Show all
Self type
IntType.type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Equiv[LocalDate]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Equiv[LocalTime]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object LongType extends StandardType[Long]

Attributes

Supertypes
trait Ordering[Long]
trait Equiv[Long]
trait Serializable
trait Comparator[Long]
class Object
trait Matchable
class Any
Show all
Self type
LongType.type

Attributes

Supertypes
trait Equiv[MonthDay]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object MonthType extends StandardType[Month]

Attributes

Supertypes
trait Ordering[Month]
trait Equiv[Month]
trait Serializable
trait Comparator[Month]
class Object
trait Matchable
class Any
Show all
Self type
MonthType.type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Equiv[OffsetTime]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object PeriodType extends StandardType[Period]

Attributes

Supertypes
trait Ordering[Period]
trait Equiv[Period]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
PeriodType.type
object ShortType extends StandardType[Short]

Attributes

Supertypes
trait Ordering[Short]
trait Equiv[Short]
trait Serializable
trait Comparator[Short]
class Object
trait Matchable
class Any
Show all
Self type
ShortType.type
object StringType extends StandardType[String]

Attributes

Supertypes
trait Ordering[String]
trait Equiv[String]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
StringType.type
object UUIDType extends StandardType[UUID]

Attributes

Supertypes
trait Ordering[UUID]
trait Equiv[UUID]
trait Serializable
trait Comparator[UUID]
class Object
trait Matchable
class Any
Show all
Self type
UUIDType.type
object UnitType extends StandardType[Unit]

Attributes

Supertypes
trait Ordering[Unit]
trait Equiv[Unit]
trait Serializable
trait Comparator[Unit]
class Object
trait Matchable
class Any
Show all
Self type
UnitType.type

Attributes

Supertypes
trait Equiv[YearMonth]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
object YearType extends StandardType[Year]

Attributes

Supertypes
trait Ordering[Year]
trait Equiv[Year]
trait Serializable
trait Comparator[Year]
class Object
trait Matchable
class Any
Show all
Self type
YearType.type
object ZoneIdType extends StandardType[ZoneId]

Attributes

Supertypes
trait Ordering[ZoneId]
trait Equiv[ZoneId]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
ZoneIdType.type

Attributes

Supertypes
trait Equiv[ZoneOffset]
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
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

Value members

Concrete methods

def apply[A](implicit standardType: StandardType[A]): StandardType[A]