DateTimeNodeLaws

cron4s.testkit.laws.DateTimeNodeLaws
See theDateTimeNodeLaws companion object
trait DateTimeNodeLaws[E[_ <: CronField], F <: CronField, DateTime]

Created by alonsodomin on 28/08/2016.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def backwards(e: E[F], from: DateTime): IsEq[Option[DateTime]]
def forward(e: E[F], from: DateTime): IsEq[Option[DateTime]]
def matchable(e: E[F], dt: DateTime): IsEq[Boolean]

Implicits

Implicits

implicit def DT: IsDateTime[DateTime]
implicit def TC: DateTimeNode[E, F]
implicit def expr: FieldExpr[E, F]