object Schedule
- Alphabetic
- By Inheritance
- Schedule
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectAll[F[+_], A](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, (Unit, Chunk[A]), A, List[A]]
- See also
zio.ZSchedule.collectAll
- def collectUntil[F[+_], A](f: (A) => Boolean)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, (Unit, Chunk[A]), A, List[A]]
- See also
zio.ZSchedule.collectUntil
- def collectUntilM[F[+_], A](f: (A) => F[Boolean])(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, (Unit, Chunk[A]), A, List[A]]
- See also
zio.ZSchedule.collectUntilM
- def collectWhile[F[+_], A](f: (A) => Boolean)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, (Unit, Chunk[A]), A, List[A]]
- See also
zio.ZSchedule.collectWhile
- def collectWhileM[F[+_], A](f: (A) => F[Boolean])(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, (Unit, Chunk[A]), A, List[A]]
- See also
zio.ZSchedule.collectWhileM
- def count[F[+_]](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, Long, Any, Long]
- See also
zio.ZSchedule.count
- def delayed[F[+_], In, Out](schedule: Schedule[F, In, java.time.Duration])(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, State, In, java.time.Duration]
- See also
zio.ZSchedule.delayed
- def duration[F[+_]](duration: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, Boolean, Any, java.time.Duration]
- See also
zio.ZSchedule.duration
- def elapsed[F[+_]](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, Option[OffsetDateTime], Any, java.time.Duration]
- See also
zio.ZSchedule.v
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exponential[F[+_]](base: java.time.Duration, factor: Double = 2.0)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, java.time.Duration]
- See also
zio.ZSchedule.exponential
- def fibonacci[F[+_]](one: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, (java.time.Duration, java.time.Duration), Any, java.time.Duration]
- See also
zio.ZSchedule.fibonacci
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fixed[F[+_]](interval: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, (Option[(Long, Long)], Long), Any, Long]
- See also
zio.ZSchedule.fixed
- def forever[F[+_]](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, Long, Any, Long]
- See also
zio.ZSchedule.forever
- def fromDuration[F[+_]](duration: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, Boolean, Any, java.time.Duration]
- See also
zio.ZSchedule.fromDuration
- def fromDurations[F[+_]](duration: java.time.Duration, durations: java.time.Duration*)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, (::[java.time.Duration], Boolean), Any, java.time.Duration]
- See also
zio.ZSchedule.fromDurations
- def fromFunction[F[+_], A, B](f: (A) => B)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, B]
- See also
zio.ZSchedule.fromFunction
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def identity[F[+_], A](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.identity
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linear[F[+_]](base: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, java.time.Duration]
- See also
zio.ZSchedule.linear
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def once[F[+_]](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, Unit]
- See also
zio.ZSchedule.once
- def recurUntil[F[+_], A, B](pf: PartialFunction[A, B])(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, Option[B]]
- See also
zio.ZSchedule.recurUntil
- def recurUntil[F[+_], A](f: (A) => Boolean)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.recurUntil
- def recurUntilEquals[F[+_], A](a: => A)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.recurUntilEquals
- def recurUntilM[F[+_], A](f: (A) => F[Boolean])(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.recurUntilM
- def recurWhile[F[+_], A](f: (A) => Boolean)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.recurWhile
- def recurWhileEquals[F[+_], A](a: => A)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.recurWhileEquals
- def recurWhileM[F[+_], A](f: (A) => F[Boolean])(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Unit, A, A]
- See also
zio.ZSchedule.recurWhileM
- def recurs[F[+_]](n: Int)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, Long]
- See also
zio.ZSchedule.recurs
- def recurs[F[+_]](n: Long)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, Long]
- See also
zio.ZSchedule.recurs
- def spaced[F[+_]](duration: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, Long]
- See also
zio.ZSchedule.spaced
- def stop[F[+_]](implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, Unit]
- See also
zio.ZSchedule.stop
- def succeed[F[+_], A](a: => A)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any], trace: Trace): WithState[F, Long, Any, A]
- See also
zio.ZSchedule.succeed
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unfold[F[+_], A](a: => A)(f: (A) => A)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, A, Any, A]
- See also
zio.ZSchedule.unfold
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def windowed[F[+_]](interval: java.time.Duration)(implicit arg0: Async[F], arg1: Dispatcher[F], runtime: Runtime[Any]): WithState[F, (Option[Long], Long), Any, Long]
- See also
zio.ZSchedule.windowed