Object/Class

zio.interop

Schedule

Related Docs: class Schedule | package interop

Permalink

object Schedule

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Schedule
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[F[+_], S, A, B](initial0: F[S], update0: (A, S) ⇒ F[Decision[S, B]])(implicit R: Runtime[Env], F: Effect[F]): Schedule[F, A, B]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def collectAll[F[+_], A]: Schedule[F, A, List[A]]

    Permalink

    See also

    zio.ZSchedule.collectAll

  8. final def decision[F[+_]]: Schedule[F, Any, Boolean]

    Permalink

    See also

    zio.ZSchedule.decision

  9. final def delay[F[+_]]: Schedule[F, Any, Duration]

    Permalink

    See also

    zio.ZSchedule.delay

  10. final def delayed[F[+_], A](s: Schedule[F, A, Duration]): Schedule[F, A, Duration]

    Permalink

    See also

    zio.ZSchedule.delayed

  11. final def doUntil[F[+_], A, B](pf: PartialFunction[A, B]): Schedule[F, A, Option[B]]

    Permalink

    See also

    zio.ZSchedule!.doUntil[A, B](PartialFunction[A,B])

  12. final def doUntil[F[+_], A](f: (A) ⇒ Boolean): Schedule[F, A, A]

    Permalink

    See also

    zio.ZSchedule.doUntil[A](A=>Boolean)

  13. final def doWhile[F[+_], A](f: (A) ⇒ Boolean): Schedule[F, A, A]

    Permalink

    See also

    zio.ZSchedule.doWhile

  14. final def duration[F[+_]](duration: Duration): Schedule[F, Any, Duration]

    Permalink

    See also

    zio.ZSchedule.duration

  15. final def elapsed[F[+_]]: Schedule[F, Any, Duration]

    Permalink

    See also

    zio.ZSchedule.elapsed

  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def exponential[F[+_]](base: Duration, factor: Double = 2.0): Schedule[F, Any, Duration]

    Permalink

    See also

    zio.ZSchedule.exponential

  19. final def fibonacci[F[+_]](one: Duration): Schedule[F, Any, Duration]

    Permalink

    See also

    zio.ZSchedule.fibonacci

  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def fixed[F[+_]](interval: Duration): Schedule[F, Any, Int]

    Permalink

    See also

    zio.ZSchedule.fixed

  22. final def forever[F[+_]]: Schedule[F, Any, Int]

    Permalink

    See also

    zio.ZSchedule.forever

  23. final def fromFunction[F[+_], A, B](f: (A) ⇒ B): Schedule[F, A, B]

    Permalink

    See also

    zio.ZSchedule.fromFunction

  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def identity[F[+_], A]: Schedule[F, A, A]

    Permalink

    See also

    zio.ZSchedule.identity

  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. final def linear[F[+_]](base: Duration): Schedule[F, Any, Duration]

    Permalink

    See also

    zio.ZSchedule.linear

  29. final def logInput[F[+_], A](f: (A) ⇒ F[Unit])(implicit R: Runtime[Env], F: Effect[F]): Schedule[F, A, A]

    Permalink

    See also

    zio.ZSchedule.logInput

  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def never[F[+_]]: Schedule[F, Any, Nothing]

    Permalink

    See also

    zio.ZSchedule.never

  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def once[F[+_]]: Schedule[F, Any, Unit]

    Permalink

    See also

    zio.ZSchedule.once

  35. final def recurs[F[+_]](n: Int): Schedule[F, Any, Int]

    Permalink

    See also

    zio.ZSchedule.recurs

  36. final def spaced[F[+_]](interval: Duration): Schedule[F, Any, Int]

    Permalink

    See also

    zio.ZSchedule.spaced

  37. final def succeed[F[+_], A](a: A): Schedule[F, Any, A]

    Permalink

    See also

    zio.ZSchedule.succeed

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  39. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def unfold[F[+_], A](a: ⇒ A)(f: (A) ⇒ A): Schedule[F, Any, A]

    Permalink

    See also

    zio.ZSchedule.unfold

  41. final def unfoldM[F[+_], A](a: F[A])(f: (A) ⇒ F[A])(implicit R: Runtime[Env], F: Effect[F]): Schedule[F, Any, A]

    Permalink

    See also

    zio.ZSchedule.unfoldM

  42. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. final def succeedLazy[F[+_], A](a: ⇒ A): Schedule[F, Any, A]

    Permalink

    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0.0) use succeed

    See also

    zio.ZSchedule.succeedLazy

Inherited from AnyRef

Inherited from Any

Ungrouped