Weekday

com.github.eikek.calev.Weekday
See theWeekday companion trait
object Weekday

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Weekday.type

Members list

Type members

Classlikes

case object Fri extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Fri.type
case object Mon extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Mon.type
case object Sat extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Sat.type
case object Sun extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Sun.type
case object Thu extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Thu.type
case object Tue extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Tue.type
case object Wed extends Weekday

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Weekday
class Object
trait Matchable
class Any
Show all
Self type
Wed.type
implicit class WeekdayRangeCtor(wd1: Weekday)

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def from(dow: DayOfWeek): Weekday

Concrete fields

val all: List[Weekday]

Implicits

Implicits

final implicit def WeekdayRangeCtor(wd1: Weekday): WeekdayRangeCtor
implicit def ordering: Ordering[Weekday]