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 BigDecimalType.typeobject BigIntegerType.typeobject BinaryType.typeobject BoolType.typeobject ByteType.typeobject CharType.typeobject CurrencyType.typeobject DayOfWeekType.typeobject DoubleType.typeobject DurationType.typeobject FloatType.typeobject InstantType.typeobject IntType.typeobject LocalDateTimeType.typeobject LocalDateType.typeobject LocalTimeType.typeobject LongType.typeobject MonthDayType.typeobject MonthType.typeobject OffsetDateTimeType.typeobject OffsetTimeType.typeobject PeriodType.typeobject ShortType.typeobject StringType.typeobject UUIDType.typeobject UnitType.typeobject YearMonthType.typeobject YearType.typeobject ZoneIdType.typeobject ZoneOffsetType.typeobject ZonedDateTimeType.typeShow all
- Self type
-
StandardType[A]
Members list
Type members
Inherited classlikes
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[T]
Attributes
- Inherited from:
- Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: A <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[T]
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