CronUtilsScheduler

eu.timepit.fs2cron.cronutils.CronUtilsScheduler$
object CronUtilsScheduler extends Companion[ExecutionTime]

Attributes

Source:
CronUtilsScheduler.scala
Graph
Supertypes
trait Companion[ExecutionTime]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def from[F[_]](zoneId: F[ZoneId])(implicit F: Temporal[F]): Scheduler[F, ExecutionTime]

Attributes

Definition Classes
Source:
CronUtilsScheduler.scala

Inherited methods

final def systemDefault[F[_]](implicit temporal: Temporal[F], F: Sync[F]): Scheduler[F, Schedule]

Attributes

Inherited from:
Companion
Source:
ZonedDateTimeScheduler.scala
final def utc[F[_]](implicit F: Temporal[F]): Scheduler[F, Schedule]

Attributes

Inherited from:
Companion
Source:
ZonedDateTimeScheduler.scala