IdPath

works.iterative.ui.model.forms.IdPath
See theIdPath companion trait
object IdPath

Attributes

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

Members list

Type members

Classlikes

case object Empty extends RelativePath

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait RelativePath
trait IdPath
class Object
trait Matchable
class Any
Show all
Self type
Empty.type
case class FullPath(path: Vector[String]) extends AbsolutePath

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AbsolutePath
trait IdPath
class Object
trait Matchable
class Any
Show all
case class RelPath(path: Vector[String]) extends RelativePath

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait RelativePath
trait IdPath
class Object
trait Matchable
class Any
Show all
case object Root extends AbsolutePath

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait AbsolutePath
trait IdPath
class Object
trait Matchable
class Any
Show all
Self type
Root.type

Inherited and Abstract 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 apply(id: String): RelativePath
def full(id: String): AbsolutePath
def parse(idPath: String, base: AbsolutePath = ...): AbsolutePath
def parseHtmlId(idPath: String): AbsolutePath
def unapplySeq(idPath: IdPath): Option[Seq[String]]

Givens

Givens