toClass

open fun <T : IRoute> toClass(to: KClass<T>, inclusive: Boolean = false): (route: RouteStackEntry) -> Boolean

Pops to a specified class

Parameters

to

The class to pop to

inclusive

If true, the route that matches to will also be popped unless it is the only route.