All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.eikek.calev.TimeEvent.scala Maven / Gradle / Ivy

The newest version!
package com.github.eikek.calev

final case class TimeEvent(
    hour: Component,
    minute: Component,
    seconds: Component
)

object TimeEvent {

  val All = TimeEvent(Component.All, Component.All, Component.All)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy