implicit final class Ops extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ops
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def add(unit: Ex[Int], value: Ex[Int]): Ex[Calendar]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def get(field: Ex[Int]): Ex[Int]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def schedule: Schedule
Schedules a trigger for the current calendar when the action is invoked.
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. Callingcancel
on theSchedule
will cancel all scheduled events. - def set(field: Ex[Int], value: Ex[Int]): Ex[Calendar]
- def toString(): String
- Definition Classes
- Any
- def trunc(unit: Ex[Int]): Ex[Calendar]