c
WithEnvironment
class WithEnvironment[R0, R1, A, In, Ctx](previous: LiveRouteContext[R0, A, In, Ctx], service: zio.package.Tag[R1]) extends LiveRouteContext[&[R0, R1], A, In, (Ctx, R1)]Defined by scalive.LiveRouteContext.WithEnvironment. View source (scalive/api/src/scalive/routing/LiveRouting.scala:59-62)
Values2
previous
val previous: LiveRouteContext[R0, A, In, Ctx]Defined by scalive.LiveRouteContext.WithEnvironment.previous. View source (scalive/api/src/scalive/routing/LiveRouting.scala:60-60)
service
val service: zio.package.Tag[R1]Defined by scalive.LiveRouteContext.WithEnvironment.service. View source (scalive/api/src/scalive/routing/LiveRouting.scala:61-61)