restart

effectie.syntax.restart
See therestart companion trait
object restart extends restart

Attributes

Companion
trait
Graph
Supertypes
trait restart
class Object
trait Matchable
class Any
Self type
restart.type

Members list

Extensions

Inherited extensions

extension [F[*], A](fa: F[A])
def restartOnError(maxRetries: Long)(implicit canRestart: CanRestart[F]): F[A]

Attributes

Inherited from:
restart
def restartOnErrorIfTrue(p: Throwable => Boolean)(implicit canRestart: CanRestart[F]): F[A]

Attributes

Inherited from:
restart
def restartUntil(p: A => Boolean)(implicit canRestart: CanRestart[F]): F[A]

Attributes

Inherited from:
restart
def restartWhile(p: A => Boolean)(implicit canRestart: CanRestart[F]): F[A]

Attributes

Inherited from:
restart