RouteMatcher

harness.webUI.RouteMatcher$
See theRouteMatcher companion trait
object RouteMatcher

Attributes

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

Members list

Type members

Classlikes

final class *[A]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object *

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object ParamArg

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ParamArg.type
enum Result

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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