RouteMatcher

harness.webUI.RouteMatcher$
See theRouteMatcher companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class *[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object *

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
*.type
object **

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
**.type
final class ParamArg[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object ParamArg

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
enum Result

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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