data class RoutingDef<R, G : TxProvider<R, G>> : Routing<R, G>
<init> |
RoutingDef(r: (Route, WebContextProvider<R, G>) -> Unit) |
buildRoute |
fun buildRoute(route: Route, ctx: WebContextProvider<R, G>): Unit |
plus |
operator fun plus(other: RoutingDef<R, G>): RoutingDef<R, G> |