zio.schema.StandardType
See theStandardType companion object
sealed trait StandardType[A] extends Ordering[A]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Ordering[A]trait PartialOrdering[A]trait Equiv[A]trait Serializabletrait Comparator[A]class Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object BigDecimalTypeobject BigIntegerTypeobject BinaryTypeobject BoolTypeobject ByteTypeobject CharTypeobject CurrencyTypeobject DayOfWeekTypeobject DoubleTypeobject DurationTypeobject FloatTypeobject InstantTypeobject IntTypeobject LocalDateTimeTypeobject LocalDateTypeobject LocalTimeTypeobject LongTypeobject MonthDayTypeobject MonthTypeobject OffsetDateTimeTypeobject OffsetTimeTypeobject PeriodTypeobject ShortTypeobject StringTypeobject UUIDTypeobject UnitTypeobject YearMonthTypeobject YearTypeobject ZoneIdTypeobject ZoneOffsetTypeobject ZonedDateTimeTypeShow all
- Self type
-
StandardType[A]
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Ordering
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Converts a DynamicValue into a primitive type.
Converts a DynamicValue into a primitive type.
Attributes
Inherited methods
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Ordering
Attributes
- Definition Classes
- Inherited from:
- Ordering
Attributes
- Inherited from:
- Comparator
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: A <: <FromJavaObject>, _ <: U]): Comparator[A]
Attributes
- Inherited from:
- Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: A <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[A]
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Attributes
- Inherited from:
- Comparator
Implicits
Inherited implicits
Attributes
- Inherited from:
- Ordering
In this article