Trigger

trait Trigger

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

class Object
trait Matchable
class Any

Value members

Abstract methods

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

Concrete methods

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