CronTerm

case class CronTerm(symbol: Option[CronSymbol], range: Range)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def hasHash: Boolean
def matches(i: Int, hashCode: Int): Boolean
def withHash(hashCode: Int | String): CronTerm
def withRange(range: Range): CronTerm
def withRange(start: Int, end: Int, step: Int): CronTerm

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product