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. package alleycats

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped