PathSegmentConstantRouteSelector
data class PathSegmentConstantRouteSelector : RouteSelector
Evaluates a route against a constant path segment
Parameters
value
- is a value of the path segment
Constructors
PathSegmentConstantRouteSelector(value: String) Evaluates a route against a constant path segment |
Properties
val value: String is a value of the path segment |
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 |