State

object State
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
State.type

Type members

Classlikes

case object ACT extends Territory
case object NSW extends StateProper
case object NT extends Territory
final case class ParsedFromAbbreviationException(badAbbreviation: String) extends Exception
final case class ParsedFromNameException(badName: String) extends Exception
case object QLD extends StateProper
case object SA extends StateProper
sealed trait StateProper extends State
case object TAS extends StateProper
sealed trait Territory extends State
case object VIC extends StateProper
case object WA extends StateProper

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete fields

Implicits

Implicits

implicit val orderBySize: Ordering[State]