interface BatchableRoutingResponseVisitor
A visitor of routing Response objects, implementing the visitor design pattern. Facilitates operating on BatchRoutingResponse
and its subtypes.
abstract fun visit(routeResponse: RouteResponse!): Unit
Allows the use of a visitor design pattern for abstract fun visit(reachableRangeesponse: ReachableRangeResponse!): Unit
Allows the use of a visitor design patter for |
open class BatchableRoutingResponseVisitorAdapter : BatchableRoutingResponseVisitor
An empty implementation for |