Package

tethys

enumeratum

Permalink

package enumeratum

Visibility
  1. Public
  2. All

Type Members

  1. trait IntTethysEnum[E <: IntEnumEntry] extends TethysValueEnum[Int, E]

    Permalink
  2. trait LongTethysEnum[E <: LongEnumEntry] extends TethysValueEnum[Long, E]

    Permalink
  3. trait ShortTethysEnum[E <: ShortEnumEntry] extends TethysValueEnum[Short, E]

    Permalink
  4. trait StringTethysEnum[E <: StringEnumEntry] extends TethysValueEnum[String, E]

    Permalink
  5. trait TethysEnum[A <: EnumEntry] extends AnyRef

    Permalink
  6. trait TethysKeyEnum[A <: EnumEntry] extends AnyRef

    Permalink
  7. sealed trait TethysValueEnum[ValueType, EntryType <: ValueEnumEntry[ValueType]] extends AnyRef

    Permalink

Value Members

  1. object Enumeratum

    Permalink

Ungrouped