Object

com.markatta.akron

DSL

Related Doc: package akron

Permalink

object DSL

Allows for a concise type safe declaration of cron expressions. Example:

import DSL._

val expr = CronExpression(*, * / 20, many(mon, tue, wed), , *)
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DSL
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class AllDecorator extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. val *: All.type

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val apr: Exactly

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val aug: Exactly

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val dec: Exactly

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. implicit def exactlyDay(n: Int): DayOfMonthExpression

    Permalink
  13. implicit def exactlyDayOfWeek(n: Int): DayOfWeekExpression

    Permalink
  14. implicit def exactlyHour(n: Int): HourExpression

    Permalink
  15. implicit def exactlyMinute(n: Int): MinuteExpression

    Permalink
  16. implicit def exactlyMonth(n: Int): MonthExpression

    Permalink
  17. val feb: Exactly

    Permalink
  18. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val fri: Exactly

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val jan: Exactly

    Permalink
  24. val jul: Exactly

    Permalink
  25. val jun: Exactly

    Permalink
  26. def many(n: Exactly, ns: Exactly*): Many

    Permalink
  27. def many(n: Int, ns: Int*): Many

    Permalink
  28. val mar: Exactly

    Permalink
  29. val may: Exactly

    Permalink
  30. val mon: Exactly

    Permalink
  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. val nov: Exactly

    Permalink
  35. val oct: Exactly

    Permalink
  36. implicit def range(r: Range): Ranged

    Permalink
  37. val sat: Exactly

    Permalink
  38. val sep: Exactly

    Permalink
  39. val sun: Exactly

    Permalink
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  41. val thu: Exactly

    Permalink
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. val tue: Exactly

    Permalink
  44. implicit def tuple2Many(t: (Exactly, Exactly)): Many

    Permalink
  45. implicit def tuple3Many(t: (Exactly, Exactly, Exactly)): Many

    Permalink
  46. implicit def tuple4Many(t: (Exactly, Exactly, Exactly, Exactly)): Many

    Permalink
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. val wed: Exactly

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped