ConnectionIOExtE

final implicit class ConnectionIOExtE[E, A](self: ConnectionIO[Either[E, A]]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def retry(times: Int): ConnectionIO[Either[E, A]]