RootRouteSelector

class RootRouteSelector(rootPath: String) : RouteSelector

A selector for a routing root.

Constructors

Link copied to clipboard
fun RootRouteSelector(rootPath: String = "")

Functions

Link copied to clipboard
open override fun evaluate(context: RoutingResolveContext, segmentIndex: Int): RouteSelectorEvaluation

Evaluates this selector against context and a path segment at segmentIndex.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val quality: Double