FetchExceptionSyntax

fetch.syntax$.FetchExceptionSyntax
final implicit class FetchExceptionSyntax[B](val a: Throwable) extends AnyVal

Implicit syntax to lift exception to Fetch errors

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def fetch[F[_] : Concurrent]: Fetch[F, B]

Concrete fields

val a: Throwable