cats-retry
cats-retry
API
retry
syntax
AllSyntax
RetrySyntax
RetryingErrorOps
RetryingOps
all
Fibonacci
PolicyDecision
PolicyDecision
DelayAndRetry
GiveUp
RetryDetails
RetryDetails
GivingUp
WillDelayAndRetry
RetryPolicies
RetryPolicy
RetryPolicy
RetryStatus
RetryStatus
Sleep
Sleep
implicits
cats-retry
/
retry
/
retry.syntax
/
all
all
retry.syntax.`package`.all
object
all
extends
AllSyntax
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
AllSyntax
trait
RetrySyntax
class
Object
trait
Matchable
class
Any
Self type
all
.
type
Members list
Clear all
Implicits
Inherited implicits
final implicit
def
retrySyntaxBase
[
M
[
_
],
A
](
action
:
=>
M
[
A
]):
RetryingOps
[
M
,
A
]
Attributes
Inherited from:
RetrySyntax
final implicit
def
retrySyntaxError
[
M
[
_
],
A
,
E
](
action
:
=>
M
[
A
])(
implicit
M
:
MonadError
[
M
,
E
]):
RetryingErrorOps
[
M
,
A
,
E
]
Attributes
Inherited from:
RetrySyntax
In this article
Attributes
Members list
Implicits
Inherited implicits