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[Either[Unit, S]], extract0: (A, S) ⇒ B)(implicit R: Runtime[zio.ZEnv], 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 doUntil[F[+_], A, B](pf: PartialFunction[A, B]): Schedule[F, A, Option[B]]

    Permalink

    See also

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

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

    Permalink

    See also

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

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

    Permalink

    See also

    zio.ZSchedule.doWhile

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

    Permalink

    See also

    zio.ZSchedule.duration

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

    Permalink

    See also

    zio.ZSchedule.elapsed

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

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

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

    Permalink

    See also

    zio.ZSchedule.exponential

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

    Permalink

    See also

    zio.ZSchedule.fibonacci

  17. def finalize(): Unit

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

    Permalink

    See also

    zio.ZSchedule.fixed

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

    Permalink

    See also

    zio.ZSchedule.forever

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

    Permalink

    See also

    zio.ZSchedule.fromFunction

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

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

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

    Permalink

    See also

    zio.ZSchedule.identity

  24. final def isInstanceOf[T0]: Boolean

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

    Permalink

    See also

    zio.ZSchedule.linear

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

    Permalink

    See also

    zio.ZSchedule.logInput

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

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

    Permalink

    See also

    zio.ZSchedule.never

  29. final def notify(): Unit

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

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

    Permalink

    See also

    zio.ZSchedule.once

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

    Permalink

    See also

    zio.ZSchedule.recurs

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

    Permalink

    See also

    zio.ZSchedule.spaced

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

    Permalink

    See also

    zio.ZSchedule.succeed

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

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

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

    Permalink

    See also

    zio.ZSchedule.unfold

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

    Permalink

    See also

    zio.ZSchedule.unfoldM

  39. final def wait(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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