Path

org.finos.morphir.universe.ir.Path
See thePath companion object
final case class Path(toList: List[Name])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def render(implicit renderer: Renderer): String
def render(separator: String)(implicit nameRenderer: Renderer): String

Inherited methods

def ++(that: Path): Path

Attributes

Inherited from:
PathLike (hidden)
def /(that: PathLike): Path

Constructs a new path by combining this path with the given path.

Constructs a new path by combining this path with the given path.

Attributes

Inherited from:
PathLike (hidden)
def /(name: Name): Path

Constructs a new path by combining this path with the given name.

Constructs a new path by combining this path with the given name.

Attributes

Inherited from:
PathLike (hidden)
def ::(name: Name): QName

Attributes

Inherited from:
PathLike (hidden)
def isEmpty: Boolean

Indicates whether this path is empty.

Indicates whether this path is empty.

Attributes

Inherited from:
PathLike (hidden)
def isPrefixOf(path: PathLike): Boolean

Checks if this path is a prefix of provided path

Checks if this path is a prefix of provided path

Attributes

Inherited from:
PathLike (hidden)
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toPath: Path

Attributes

Inherited from:
PathLike (hidden)
def toString(f: Name => String, separator: String): String

Attributes

Inherited from:
PathLike (hidden)
def zip(other: Path): (Path, Path)

Attributes

Inherited from:
PathLike (hidden)