AndRouteSelector
Evaluates a route as a result of the AND operation using two other selectors.
Parameters
first
is a first selector
second
is a second selector
Constructors
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.