PathSegmentTailcardRouteSelector
data class PathSegmentTailcardRouteSelector : RouteSelector
Evaluates a route against any number of trailing path segments, and captures their values
Parameters
name
- is the name of the parameter to capture values to
Constructors
PathSegmentTailcardRouteSelector( Evaluates a route against any number of trailing path segments, and captures their values |
Properties
val name: String is the name of the parameter to capture values to |
|
val prefix: String before the tailcard (static text) |
Inherited Properties
val quality: Double indicates how good this selector is compared to siblings |
Functions
fun evaluate( Evaluates this selector against context and a path segment at segmentIndex |
|
fun hashCode(): Int |
|
fun toString(): String |