RouteMatcher

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

final class *[A]
Companion:
object
object *
Companion:
class
object **
final class ParamArg[A]
Companion:
object
object ParamArg
Companion:
class
enum Result

Types

type Root = RouteMatcher[Unit]

Value members

Concrete methods

inline def const(page: => Page): Root
inline def constIgnorePath(page: => Page): Root
def finish[I](f: I => Page): RouteMatcher[I]
def oneOf[I](children: RouteMatcher[I]*): RouteMatcher[I]
inline def root(children: Root*): Root