Immediate

ox.scheduling.Schedule.Immediate
See theImmediate companion object
case class Immediate(maxRepeats: Int)

A schedule that represents an immediate invocation, up to a given number of times.

Value parameters

maxRepeats

The maximum number of invocations.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Schedule
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def nextDuration(invocation: Int, lastDuration: Option[FiniteDuration]): FiniteDuration

Attributes

Definition Classes

Inherited methods

def andThen(nextSchedule: Infinite): Infinite

Attributes

Inherited from:
Finite (hidden)
def andThen(nextSchedule: Finite): Finite

Attributes

Inherited from:
Finite (hidden)
def initialDelay: FiniteDuration

Attributes

Inherited from:
Schedule
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product