object TypeTag
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeTag
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit object TBigDecimal extends NotNull[BigDecimal] with Product with Serializable
- implicit object TBoolean extends NotNull[Boolean] with Product with Serializable
- implicit object TByte extends NotNull[Byte] with Product with Serializable
- implicit object TByteArray extends NotNull[Chunk[Byte]] with Product with Serializable
- implicit object TChar extends NotNull[Char] with Product with Serializable
- implicit object TDouble extends NotNull[Double] with Product with Serializable
- implicit object TFloat extends NotNull[Float] with Product with Serializable
- implicit object TInstant extends NotNull[Instant] with Product with Serializable
- implicit object TInt extends NotNull[Int] with Product with Serializable
- implicit object TLocalDate extends NotNull[LocalDate] with Product with Serializable
- implicit object TLocalDateTime extends NotNull[LocalDateTime] with Product with Serializable
- implicit object TLocalTime extends NotNull[LocalTime] with Product with Serializable
- implicit object TLong extends NotNull[Long] with Product with Serializable
- implicit object TNone extends (TypeTagModule.this)#TypeTag[None.type] with Product with Serializable
- implicit object TOffsetDateTime extends NotNull[OffsetDateTime] with Product with Serializable
- implicit object TOffsetTime extends NotNull[OffsetTime] with Product with Serializable
- implicit object TShort extends NotNull[Short] with Product with Serializable
- implicit object TString extends NotNull[String] with Product with Serializable
- implicit object TUUID extends NotNull[UUID] with Product with Serializable
- implicit object TZonedDateTime extends NotNull[ZonedDateTime] with Product with Serializable