next
val <SpecRow : NavigationBundleSpecRow<*>, Action : NavigationAction<SpecRow>> Action.next: Route.NextRoute<SpecRow, Action>
Creates a Route.NextRoute from Action
Parameters
SpecRow
the type of NavigationBundleSpecRow associated with the action.
Action
the type NavigationAction to create the Route for.