Node

cron4s.expr.Node
sealed trait Node[F <: CronField]

Generic representation of the expression node for a given field

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AnyNode[F]
class BetweenNode[F]
class ConstNode[F]
class EachNode[F]
class EveryNode[F]
class SeveralNode[F]
Show all

Members list

Value members

Abstract methods

def range: IndexedSeq[Int]

Abstract fields

val unit: CronUnit[F]

Unit of this expression

Unit of this expression

Attributes