Package

retry

Permalink

package retry

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

Value Members

  1. object CatsEffect

    Permalink
  2. def noop[M[_], A](implicit arg0: Monad[M]): (A, RetryDetails) ⇒ M[Unit]

    Permalink
  3. def retrying[A](policy: RetryPolicy[Id], wasSuccessful: (A) ⇒ Boolean, onFailure: (A, RetryDetails) ⇒ Unit)(action: ⇒ A)(implicit M: Monad[Id], S: Sleep[Id]): A

    Permalink
  4. def retryingM[A]: RetryingPartiallyApplied[A]

    Permalink
  5. def retryingOnAllErrors[A]: RetryingOnAllErrorsPartiallyApplied[A]

    Permalink
  6. def retryingOnSomeErrors[A]: RetryingOnSomeErrorsPartiallyApplied[A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped