object TypeExprKind extends Enum[TypeExprKind] with CirceEnum[TypeExprKind] with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeExprKind
- Serializable
- CirceEnum
- Enum
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- implicit val circeDecoder: Decoder[TypeExprKind]
- Definition Classes
- CirceEnum
- implicit val circeEncoder: Encoder[TypeExprKind]
- Definition Classes
- CirceEnum
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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])
- macro def findValues: IndexedSeq[TypeExprKind]
- Attributes
- protected
- Definition Classes
- Enum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def indexOf(member: TypeExprKind): Int
- Definition Classes
- Enum
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val lowerCaseNamesToValuesMap: Map[String, TypeExprKind]
- Definition Classes
- Enum
- lazy val namesToValuesMap: Map[String, TypeExprKind]
- Definition Classes
- Enum
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final lazy val upperCaseNameValuesToMap: Map[String, TypeExprKind]
- Definition Classes
- Enum
- val values: IndexedSeq[TypeExprKind]
- Definition Classes
- TypeExprKind → Enum
- lazy val valuesSet: Set[TypeExprKind]
- final lazy val valuesToIndex: Map[TypeExprKind, Int]
- Definition Classes
- Enum
- 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()
- def withName(name: String): TypeExprKind
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameEither(name: String): Either[NoSuchMember[TypeExprKind], TypeExprKind]
- Definition Classes
- Enum
- def withNameInsensitive(name: String): TypeExprKind
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameInsensitiveEither(name: String): Either[NoSuchMember[TypeExprKind], TypeExprKind]
- Definition Classes
- Enum
- def withNameInsensitiveOption(name: String): Option[TypeExprKind]
- Definition Classes
- Enum
- def withNameLowercaseOnly(name: String): TypeExprKind
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[TypeExprKind], TypeExprKind]
- Definition Classes
- Enum
- def withNameLowercaseOnlyOption(name: String): Option[TypeExprKind]
- Definition Classes
- Enum
- def withNameOption(name: String): Option[TypeExprKind]
- Definition Classes
- Enum
- def withNameUppercaseOnly(name: String): TypeExprKind
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[TypeExprKind], TypeExprKind]
- Definition Classes
- Enum
- def withNameUppercaseOnlyOption(name: String): Option[TypeExprKind]
- Definition Classes
- Enum
- case object ExtensibleRecord extends TypeExprKind with Product with Serializable
- case object Function extends TypeExprKind with Product with Serializable
- case object Record extends TypeExprKind with Product with Serializable
- case object Reference extends TypeExprKind with Product with Serializable
- case object Tuple extends TypeExprKind with Product with Serializable
- case object Unit extends TypeExprKind with Product with Serializable
- case object Variable extends TypeExprKind with Product with Serializable