Packages

p

retry

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. def noop[M[_], A](implicit arg0: Monad[M]): (A, RetryDetails) ⇒ M[Unit]
  2. def retrying[A](policy: RetryPolicy[Id], wasSuccessful: (A) ⇒ Boolean, onFailure: (A, RetryDetails) ⇒ Unit)(action: ⇒ A)(implicit M: Monad[Id], S: Sleep[Id]): A
  3. def retryingM[A]: RetryingPartiallyApplied[A]
  4. def retryingOnAllErrors[A]: RetryingOnAllErrorsPartiallyApplied[A]
  5. def retryingOnSomeErrors[A]: RetryingOnSomeErrorsPartiallyApplied[A]
  6. object CatsEffect

Inherited from AnyRef

Inherited from Any

Ungrouped