object StandardType extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StandardType
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A](implicit standardType: StandardType[A]): StandardType[A]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromString(tag: String): Option[StandardType[_]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- implicit object BigDecimalType extends StandardType[BigDecimal]
- implicit object BigIntegerType extends StandardType[BigInteger]
- implicit object BinaryType extends StandardType[Chunk[Byte]]
- implicit object BoolType extends StandardType[Boolean]
- implicit object ByteType extends StandardType[Byte]
- implicit object CharType extends StandardType[Char]
- implicit object DayOfWeekType extends StandardType[DayOfWeek]
- implicit object DoubleType extends StandardType[Double]
- implicit object DurationType extends StandardType[java.time.Duration]
- implicit object FloatType extends StandardType[Float]
- implicit object InstantType extends StandardType[Instant]
- implicit object IntType extends StandardType[Int]
- implicit object LocalDateTimeType extends StandardType[LocalDateTime]
- implicit object LocalDateType extends StandardType[LocalDate]
- implicit object LocalTimeType extends StandardType[LocalTime]
- implicit object LongType extends StandardType[Long]
- implicit object MonthDayType extends StandardType[MonthDay]
- implicit object MonthType extends StandardType[Month]
- implicit object OffsetDateTimeType extends StandardType[OffsetDateTime]
- implicit object OffsetTimeType extends StandardType[OffsetTime]
- implicit object PeriodType extends StandardType[Period]
- implicit object ShortType extends StandardType[Short]
- implicit object StringType extends StandardType[String]
- implicit object UUIDType extends StandardType[UUID]
- implicit object UnitType extends StandardType[Unit]
- implicit object YearMonthType extends StandardType[YearMonth]
- implicit object YearType extends StandardType[Year]
- implicit object ZoneIdType extends StandardType[ZoneId]
- implicit object ZoneOffsetType extends StandardType[ZoneOffset]
- implicit object ZonedDateTimeType extends StandardType[ZonedDateTime]