Packages

p

neotypes

enumeratum

package enumeratum

Content Hierarchy

Type Members

  1. trait NeotypesEnum[EntryType <: EnumEntry] extends AnyRef
  2. trait NeotypesIntEnum[EntryType <: IntEnumEntry] extends NeotypesValueEnum[Int, EntryType]
  3. trait NeotypesKeyEnum[EntryType <: EnumEntry] extends AnyRef
  4. trait NeotypesLongEnum[EntryType <: LongEnumEntry] extends NeotypesValueEnum[Long, EntryType]
  5. trait NeotypesStringEnum[EntryType <: StringEnumEntry] extends NeotypesValueEnum[String, EntryType]
  6. sealed trait NeotypesValueEnum[ValueType, EntryType <: ValueEnumEntry[ValueType]] extends AnyRef

Ungrouped