object RoutePattern
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RoutePattern
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait FullPath[O <: Args] extends OnlyPath[O]
- sealed trait OnlyPath[O <: Args] extends RoutePattern[O]
- final case class ParamCheck[I <: Args, O <: Args](name: String, check: ValueCheck[Seq[String]], force: Boolean, next: QueryTrace[I, O]) extends QueryTrace[I, O] with Product with Serializable
- final case class ParamPattern[A, I <: Args, O <: Args](name: String, check: ValuePattern[Seq[String], A], force: Boolean, next: QueryTrace[I.Append[A], O], growable: <:<[I, I with Growable]) extends QueryTrace[I, O] with Product with Serializable
- final case class ParamsCheck[I <: Args, O <: Args](check: ValueCheck[Map[String, ParamValues]], force: Boolean, same: Same[I, O]) extends QueryTrace[I, O] with Product with Serializable
- final case class ParamsPattern[A, I <: Args, O <: Args](pattern: ValuePattern[Map[String, ParamValues], A], force: Boolean, same: Same[I.Append[A], O], growable: <:<[I, I with Growable]) extends QueryTrace[I, O] with Product with Serializable
- sealed trait PartialPath[O <: Args] extends OnlyPath[O]
- sealed trait PathEnd[I <: Args, O <: Args] extends AnyRef
- final case class PathMatched[I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](end: E[I, O]) extends PathTrace[I, O, E] with Product with Serializable
- sealed trait PathTrace[I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]] extends AnyRef
- sealed trait PathWithFullQuery[O <: Args] extends RoutePattern[O]
- sealed trait PathWithPartialQuery[O <: Args] extends RoutePattern[O]
- final case class QueryMatched[I <: Args, O <: Args](same: Same[I, O]) extends QueryTrace[I, O] with Product with Serializable
- sealed trait QueryTrace[I <: Args, O <: Args] extends AnyRef
- final case class SegmentCheck[I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](check: ValueCheck[String], force: Boolean, next: PathTrace[I, O, E]) extends PathTrace[I, O, E] with Product with Serializable
- final case class SegmentPattern[A, I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](pattern: ValuePattern[String, A], force: Boolean, next: PathTrace[I.Append[A], O, E], growable: <:<[I, I with Growable]) extends PathTrace[I, O, E] with Product with Serializable
- final case class SegmentsCheck[I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](check: ValueCheck[Seq[String]], force: Boolean, next: E[I, O]) extends PathTrace[I, O, E] with Product with Serializable
- final case class SegmentsPattern[A, I <: Args, O <: Args, +E[EI <: Args, EO <: Args] <: PathEnd[EI, EO]](pattern: ValuePattern[Seq[String], A], force: Boolean, end: E[I.Append[A], O], growable: <:<[I, I with Growable]) extends PathTrace[I, O, E] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Root: PartialPath[_0]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object PathEnd