OrRouteSelector
data class OrRouteSelector : RouteSelector
Evaluates a route as a result of the OR operation using two other selectors
Parameters
first
- is a first selector
second
- is a second selector
Constructors
OrRouteSelector(first: RouteSelector, second: RouteSelector) Evaluates a route as a result of the OR operation using two other selectors |
Properties
val first: RouteSelector is a first selector |
|
val second: RouteSelector is a second selector |
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 toString(): String |