com.github.eikek.calev

Members list

Type members

Classlikes

final case class CalEvent(weekday: WeekdayComponent, date: DateEvent, time: TimeEvent, zone: Option[ZoneId])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CalEvent.type
sealed trait Component

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All
class List
object Component

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Component.type
final case class DateEvent(year: Component, month: Component, day: Component)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DateEvent.type
object Dsl

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Dsl.type
object Main

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Main.type
final case class TimeEvent(hour: Component, minute: Component, seconds: Component)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
TimeEvent.type
sealed trait Value

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Range
class Single
object Value

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Fri
object Mon
object Sat
object Sun
object Thu
object Tue
object Wed
Show all
object Weekday

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object All
class List

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class WeekdayRange(start: Weekday, end: Weekday)

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type