object TypeTag
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeTag
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait NotNull[+A] extends (TypeTagModule.this)#TypeTag[A]
- sealed case class Nullable[A]()(implicit evidence$1: NotNull[A]) extends (TypeTagModule.this)#TypeTag[Option[A]] with Product with Serializable
- sealed case class TDialectSpecific[+A](typeTagExtension: (TypeTagModule.this)#TypeTagExtension[A]) extends NotNull[A] with Product with Serializable
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit def dialectSpecific[A](implicit typeTagExtension: (TypeTagModule.this)#TypeTagExtension[A]): (TypeTagModule.this)#TypeTag[A]
- 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])
- 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()
- implicit def option[A](implicit arg0: NotNull[A]): (TypeTagModule.this)#TypeTag[Option[A]]
- 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 case object TBigDecimal extends NotNull[BigDecimal] with Product with Serializable
- implicit case object TBoolean extends NotNull[Boolean] with Product with Serializable
- implicit case object TByte extends NotNull[Byte] with Product with Serializable
- implicit case object TByteArray extends NotNull[Chunk[Byte]] with Product with Serializable
- implicit case object TChar extends NotNull[Char] with Product with Serializable
- implicit case object TDouble extends NotNull[Double] with Product with Serializable
- implicit case object TFloat extends NotNull[Float] with Product with Serializable
- implicit case object TInstant extends NotNull[Instant] with Product with Serializable
- implicit case object TInt extends NotNull[Int] with Product with Serializable
- implicit case object TLocalDate extends NotNull[LocalDate] with Product with Serializable
- implicit case object TLocalDateTime extends NotNull[LocalDateTime] with Product with Serializable
- implicit case object TLocalTime extends NotNull[LocalTime] with Product with Serializable
- implicit case object TLong extends NotNull[Long] with Product with Serializable
- implicit case object TOffsetDateTime extends NotNull[OffsetDateTime] with Product with Serializable
- implicit case object TOffsetTime extends NotNull[OffsetTime] with Product with Serializable
- implicit case object TShort extends NotNull[Short] with Product with Serializable
- implicit case object TString extends NotNull[String] with Product with Serializable
- implicit case object TUUID extends NotNull[UUID] with Product with Serializable
- implicit case object TZonedDateTime extends NotNull[ZonedDateTime] with Product with Serializable