object StandardType extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandardType
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply[A](implicit standardType: StandardType[A]): StandardType[A]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def fromString(tag: String): Option[StandardType[_]]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. implicit object BigDecimalType extends StandardType[BigDecimal]
  23. implicit object BigIntegerType extends StandardType[BigInteger]
  24. implicit object BinaryType extends StandardType[Chunk[Byte]]
  25. implicit object BoolType extends StandardType[Boolean]
  26. implicit object ByteType extends StandardType[Byte]
  27. implicit object CharType extends StandardType[Char]
  28. implicit object DayOfWeekType extends StandardType[DayOfWeek]
  29. implicit object DoubleType extends StandardType[Double]
  30. implicit object DurationType extends StandardType[java.time.Duration]
  31. implicit object FloatType extends StandardType[Float]
  32. implicit object InstantType extends StandardType[Instant]
  33. implicit object IntType extends StandardType[Int]
  34. implicit object LocalDateTimeType extends StandardType[LocalDateTime]
  35. implicit object LocalDateType extends StandardType[LocalDate]
  36. implicit object LocalTimeType extends StandardType[LocalTime]
  37. implicit object LongType extends StandardType[Long]
  38. implicit object MonthDayType extends StandardType[MonthDay]
  39. implicit object MonthType extends StandardType[Month]
  40. implicit object OffsetDateTimeType extends StandardType[OffsetDateTime]
  41. implicit object OffsetTimeType extends StandardType[OffsetTime]
  42. implicit object PeriodType extends StandardType[Period]
  43. implicit object ShortType extends StandardType[Short]
  44. implicit object StringType extends StandardType[String]
  45. implicit object UUIDType extends StandardType[UUID]
  46. implicit object UnitType extends StandardType[Unit]
  47. implicit object YearMonthType extends StandardType[YearMonth]
  48. implicit object YearType extends StandardType[Year]
  49. implicit object ZoneIdType extends StandardType[ZoneId]
  50. implicit object ZoneOffsetType extends StandardType[ZoneOffset]
  51. implicit object ZonedDateTimeType extends StandardType[ZonedDateTime]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped