object EventType extends Enum[EventType]
- Source
- EventType.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EventType
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- macro def findValues: IndexedSeq[EventType]
- Attributes
- protected
- Definition Classes
- Enum
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def indexOf(member: EventType): Int
- Definition Classes
- Enum
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final lazy val lowerCaseNamesToValuesMap: Map[String, EventType]
- Definition Classes
- Enum
- lazy val namesToValuesMap: Map[String, EventType]
- Definition Classes
- Enum
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final lazy val upperCaseNameValuesToMap: Map[String, EventType]
- Definition Classes
- Enum
- def values: IndexedSeq[EventType]
- Definition Classes
- EventType → Enum
- final lazy val valuesToIndex: Map[EventType, Int]
- Definition Classes
- Enum
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withName(name: String): EventType
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameEither(name: String): Either[NoSuchMember[EventType], EventType]
- Definition Classes
- Enum
- def withNameInsensitive(name: String): EventType
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameInsensitiveEither(name: String): Either[NoSuchMember[EventType], EventType]
- Definition Classes
- Enum
- def withNameInsensitiveOption(name: String): Option[EventType]
- Definition Classes
- Enum
- def withNameLowercaseOnly(name: String): EventType
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[EventType], EventType]
- Definition Classes
- Enum
- def withNameLowercaseOnlyOption(name: String): Option[EventType]
- Definition Classes
- Enum
- def withNameOption(name: String): Option[EventType]
- Definition Classes
- Enum
- def withNameUppercaseOnly(name: String): EventType
- Definition Classes
- Enum
- Annotations
- @SuppressWarnings()
- def withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[EventType], EventType]
- Definition Classes
- Enum
- def withNameUppercaseOnlyOption(name: String): Option[EventType]
- Definition Classes
- Enum
- case object MGrow extends EventType with Product with Serializable
- case object MRead extends EventType with Product with Serializable
- case object MSize extends EventType with Product with Serializable
- case object MWrite extends EventType with Product with Serializable
- case object SPeek extends EventType with Product with Serializable
- case object SPop extends EventType with Product with Serializable
- case object SPush extends EventType with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.