c
Then
class Then[R, R1, A, In, Ctx, Claims, Out, Result](previous: LiveMountPipeline[R, A, In, Ctx], aspect: LiveMountAspect[R1, A, Ctx, Claims, Out], append: ContextAppend.Aux[Ctx, Out, Result]) extends LiveMountPipeline[&[R, R1], A, In, Result]Defined by scalive.LiveMountPipeline.Then. View source (scalive/api/src/scalive/routing/LiveRouting.scala:33-37)
Values3
append
val append: ContextAppend.Aux[Ctx, Out, Result]Defined by scalive.LiveMountPipeline.Then.append. View source (scalive/api/src/scalive/routing/LiveRouting.scala:36-36)
aspect
val aspect: LiveMountAspect[R1, A, Ctx, Claims, Out]Defined by scalive.LiveMountPipeline.Then.aspect. View source (scalive/api/src/scalive/routing/LiveRouting.scala:35-35)
previous
val previous: LiveMountPipeline[R, A, In, Ctx]Defined by scalive.LiveMountPipeline.Then.previous. View source (scalive/api/src/scalive/routing/LiveRouting.scala:34-34)