RouteSelector
Serves as the base type for routing selectors.
Parameters
quality
indicates how good this selector is compared to siblings
Inheritors
Functions
Link copied to clipboard
abstract suspend fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation
Evaluates this selector against context and a path segment at segmentIndex.