Ops

final implicit
class Ops(in: Ex[Calendar]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def add(unit: Ex[Int], value: Ex[Int]): Ex[Calendar]
def get(field: Ex[Int]): Ex[Int]

Schedules a trigger for the current calendar when the action is invoked. Different from Delay, if the calendar lies in the past, the event is '''not''' scheduled. Furthermore, each action invocation schedules a new event instead of cancelling the previous event. Calling cancel on the Schedule will cancel all scheduled events.

Schedules a trigger for the current calendar when the action is invoked. Different from Delay, if the calendar lies in the past, the event is '''not''' scheduled. Furthermore, each action invocation schedules a new event instead of cancelling the previous event. Calling cancel on the Schedule will cancel all scheduled events.

def set(field: Ex[Int], value: Ex[Int]): Ex[Calendar]
def trunc(unit: Ex[Int]): Ex[Calendar]