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. Protected

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(classOf[java.lang.CloneNotSupportedException]) @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: AnyRef): 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[_ <: AnyRef]
    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(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 case object TBigDecimal extends NotNull[BigDecimal] with Product with Serializable
  23. implicit case object TBoolean extends NotNull[Boolean] with Product with Serializable
  24. implicit case object TByte extends NotNull[Byte] with Product with Serializable
  25. implicit case object TByteArray extends NotNull[Chunk[Byte]] with Product with Serializable
  26. implicit case object TChar extends NotNull[Char] with Product with Serializable
  27. implicit case object TDouble extends NotNull[Double] with Product with Serializable
  28. implicit case object TFloat extends NotNull[Float] with Product with Serializable
  29. implicit case object TInstant extends NotNull[Instant] with Product with Serializable
  30. implicit case object TInt extends NotNull[Int] with Product with Serializable
  31. implicit case object TLocalDate extends NotNull[LocalDate] with Product with Serializable
  32. implicit case object TLocalDateTime extends NotNull[LocalDateTime] with Product with Serializable
  33. implicit case object TLocalTime extends NotNull[LocalTime] with Product with Serializable
  34. implicit case object TLong extends NotNull[Long] with Product with Serializable
  35. implicit case object TOffsetDateTime extends NotNull[OffsetDateTime] with Product with Serializable
  36. implicit case object TOffsetTime extends NotNull[OffsetTime] with Product with Serializable
  37. implicit case object TShort extends NotNull[Short] with Product with Serializable
  38. implicit case object TString extends NotNull[String] with Product with Serializable
  39. implicit case object TUUID extends NotNull[UUID] with Product with Serializable
  40. implicit case object TZonedDateTime extends NotNull[ZonedDateTime] with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped