Packages

object EnumeratedByte extends ByteEnum[EnumeratedByte]

Source
Enumerated.scala
Linear Supertypes
ByteEnum[EnumeratedByte], ByteEnumCompat[EnumeratedByte], ValueEnum[Byte, EnumeratedByte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumeratedByte
  2. ByteEnum
  3. ByteEnumCompat
  4. ValueEnum
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val values: IndexedSeq[EnumeratedByte]
    Definition Classes
    EnumeratedByte → ValueEnum
  2. final lazy val valuesToEntriesMap: Map[Byte, EnumeratedByte]
    Definition Classes
    ValueEnum
  3. def withValue(i: Byte): EnumeratedByte
    Definition Classes
    ValueEnum
    Annotations
    @SuppressWarnings()
  4. def withValueEither(i: Byte): Either[NoSuchMember[Byte, ValueEnumEntry[Byte]], EnumeratedByte]
    Definition Classes
    ValueEnum
  5. def withValueOpt(i: Byte): Option[EnumeratedByte]
    Definition Classes
    ValueEnum
  6. case object Value1 extends EnumeratedByte with Product with Serializable
  7. case object Value2 extends EnumeratedByte with Product with Serializable
  8. case object Value3 extends EnumeratedByte with Product with Serializable