Date

com.github.eikek.calev.internal.DefaultTrigger.Date
See theDate companion object
case class Date(year: Int, month: Int, day: Int)

Attributes

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

Members list

Value members

Concrete methods

def incYear: Date
def toLocalDate: LocalDate

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product