PathAndQuery

Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object *&
final case class /(prev: Path, value: String) extends Path
Companion:
object
object /
Companion:
class
final case class :&(prev: Query, next: (String, String)) extends Query
final case class :?(path: Path, next: (String, String)) extends Query
object :?*
abstract class OptionQueryParam(name: String)

Math optional path parameter

Math optional path parameter

Value parameters:
name
  • name of Optional path parameter
abstract class QueryParam(name: String)

Math required path parameter

Math required path parameter

Value parameters:
name
  • name of required path parameter
case object Root extends Path

Types

type QP = QueryParam

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def fromString(raw: String): PathAndQuery
def parseParams(params: Option[String]): Seq[(String, String)]