object
UpperWordsEnum extends Enum[UpperWordsEnum]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
object
GoodBye extends UpperWordsEnum with Product with Serializable
-
object
Hello extends UpperWordsEnum with Product with Serializable
-
object
WhispherGoodBye extends UpperWordsEnum with Lowercase with Product with Serializable
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
extraNamesToValuesMap: Map[String, UpperWordsEnum]
-
def
finalize(): Unit
-
macro
def
findValues: IndexedSeq[UpperWordsEnum]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
final
def
isInstanceOf[T0]: Boolean
-
final
lazy val
lowerCaseNamesToValuesMap: Map[String, UpperWordsEnum]
-
lazy val
namesToValuesMap: Map[String, UpperWordsEnum]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
lazy val
upperCaseNameValuesToMap: Map[String, UpperWordsEnum]
-
-
final
lazy val
valuesToIndex: Map[UpperWordsEnum, Int]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
withNameEither(name: String): Either[NoSuchMember[UpperWordsEnum], UpperWordsEnum]
-
def
withNameInsensitive(name: String): UpperWordsEnum
-
def
withNameInsensitiveEither(name: String): Either[NoSuchMember[UpperWordsEnum], UpperWordsEnum]
-
def
withNameInsensitiveOption(name: String): Option[UpperWordsEnum]
-
def
withNameLowercaseOnly(name: String): UpperWordsEnum
-
def
withNameLowercaseOnlyEither(name: String): Either[NoSuchMember[UpperWordsEnum], UpperWordsEnum]
-
def
withNameLowercaseOnlyOption(name: String): Option[UpperWordsEnum]
-
def
withNameOption(name: String): Option[UpperWordsEnum]
-
def
withNameUppercaseOnly(name: String): UpperWordsEnum
-
def
withNameUppercaseOnlyEither(name: String): Either[NoSuchMember[UpperWordsEnum], UpperWordsEnum]
-
def
withNameUppercaseOnlyOption(name: String): Option[UpperWordsEnum]
Inherited from AnyRef
Inherited from Any