Path

blobstore.url.Path
See thePath companion trait
object Path

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Type members

Classlikes

case class AbsolutePath[A] extends Path[A]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Path[A]
class Object
trait Matchable
class Any
Show all
object AbsolutePath

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class RootlessPath[A] extends Path[A]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Path[A]
class Object
trait Matchable
class Any
Show all
object RootlessPath

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

type AbsolutePlain = AbsolutePath[String]
type Plain = Path[String]

A plain path represented with a String

A plain path represented with a String

See .apply for creating these

Attributes

type RootlessPlain = RootlessPath[String]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def absolute(path: String): Option[AbsolutePath[String]]
def apply(s: String): Plain
def cmp[A](one: Path[A], two: Path[A]): Int
def createAbsolute(path: String): AbsolutePath[String]
def createRootless(path: String): RootlessPath[String]
def empty: RootlessPath[String]
def of[B](path: String, b: B): Path[B]
def plain(path: String): Plain
def rootless(path: String): Option[RootlessPath[String]]
def unapply[A](p: Path[A]): Option[(String, A, Chain[String])]

Implicits

Implicits

implicit def order[A]: Order[Path[A]]
implicit def ordering[A]: Ordering[Path[A]]
implicit def show[A]: Show[Path[A]]