CatsImplicits

sttp.client4.impl.cats.CatsImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object implicits

Members list

Implicits

Implicits

final implicit def asyncMonadError[F[_] : Async]: MonadAsyncError[F]
final implicit def backendToCatsMappable[F[_]](backend: Backend[F]): MappableBackend[F]
final implicit def streamBackendToCatsMappable[F[_], S](backend: StreamBackend[F, S]): MappableStreamBackend[F, S]
final implicit def webSocketBackendToCatsMappable[F[_]](backend: WebSocketBackend[F]): MappableWebSocketBackend[F]
final implicit def webSocketStreamBackendToCatsMappable[F[_], S](backend: WebSocketStreamBackend[F, S]): MappableWebSocketStreamBackend[F, S]

Inherited implicits

final implicit def monadError[F[_] : Sync]: MonadError[F]

Attributes

Inherited from:
LowerLevelCatsImplicits