Single

com.github.eikek.calev.WeekdayComponent.WeekdayVal.Single
case class Single(day: Weekday) extends WeekdayVal

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WeekdayVal
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def asString: String
def contains(d: Weekday): Boolean
def validate: Seq[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product