RequestT

object RequestT
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

implicit class RichRequestTEither[U[_], A, B, R](r: RequestT[U, Either[A, B], R])
implicit class RichRequestTEitherResponseException[U[_], HE, DE, B, R](r: RequestT[U, Either[ResponseException[HE, DE], B], R])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

final implicit def RichRequestTEither[U[_], A, B, R](r: RequestT[U, Either[A, B], R]): RichRequestTEither[U, A, B, R]
final implicit def RichRequestTEitherResponseException[U[_], HE, DE, B, R](r: RequestT[U, Either[ResponseException[HE, DE], B], R]): RichRequestTEitherResponseException[U, HE, DE, B, R]