Trigger

com.github.eikek.calev.internal.Trigger
trait Trigger

Evaluates a calendar event against a reference date to provide the next date-time matching the calendar event.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def next(ref: ZonedDateTime, ev: CalEvent): Option[ZonedDateTime]

Concrete methods

def nextRepeat(count: Int)(ref: ZonedDateTime, ev: CalEvent): List[ZonedDateTime]