CronTerm

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

Value members

Concrete methods

def matches(i: Int, hashCode: Int): Boolean
override def toString: String
Definition Classes
Any
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