Packages

object TypeTag

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypeTag
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait NotNull[+A] extends (TypeTagModule.this)#TypeTag[A]
  2. sealed case class Nullable[A]()(implicit evidence$1: NotNull[A]) extends (TypeTagModule.this)#TypeTag[Option[A]] with Product with Serializable
  3. sealed case class TDialectSpecific[+A](typeTagExtension: (TypeTagModule.this)#TypeTagExtension[A]) extends NotNull[A] with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. implicit def dialectSpecific[A](implicit typeTagExtension: (TypeTagModule.this)#TypeTagExtension[A]): (TypeTagModule.this)#TypeTag[A]
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. implicit def option[A](implicit arg0: NotNull[A]): (TypeTagModule.this)#TypeTag[Option[A]]
  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( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  22. implicit object TBigDecimal extends NotNull[BigDecimal] with Product with Serializable
  23. implicit object TBoolean extends NotNull[Boolean] with Product with Serializable
  24. implicit object TByte extends NotNull[Byte] with Product with Serializable
  25. implicit object TByteArray extends NotNull[Chunk[Byte]] with Product with Serializable
  26. implicit object TChar extends NotNull[Char] with Product with Serializable
  27. implicit object TDouble extends NotNull[Double] with Product with Serializable
  28. implicit object TFloat extends NotNull[Float] with Product with Serializable
  29. implicit object TInstant extends NotNull[Instant] with Product with Serializable
  30. implicit object TInt extends NotNull[Int] with Product with Serializable
  31. implicit object TLocalDate extends NotNull[LocalDate] with Product with Serializable
  32. implicit object TLocalDateTime extends NotNull[LocalDateTime] with Product with Serializable
  33. implicit object TLocalTime extends NotNull[LocalTime] with Product with Serializable
  34. implicit object TLong extends NotNull[Long] with Product with Serializable
  35. implicit object TNone extends (TypeTagModule.this)#TypeTag[None.type] with Product with Serializable
  36. implicit object TOffsetDateTime extends NotNull[OffsetDateTime] with Product with Serializable
  37. implicit object TOffsetTime extends NotNull[OffsetTime] with Product with Serializable
  38. implicit object TShort extends NotNull[Short] with Product with Serializable
  39. implicit object TString extends NotNull[String] with Product with Serializable
  40. implicit object TUUID extends NotNull[UUID] with Product with Serializable
  41. implicit object TZonedDateTime extends NotNull[ZonedDateTime] with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped