CanConstruct

Companion:
class
class Object
trait Matchable
class Any

Type members

Types

type Aux[R, E, A, B] = CanConstruct[A, B] { type ROut = R; type EOut = E; }

Implicits

Implicits

implicit def response[A]: Aux[Any, Nothing, A, Response]
implicit def responseZIO[R, E, A]: Aux[R, E, A, ZIO[R, E, Response]]