NodePathSyntax

final implicit implicit class NodePathSyntax(self: NodePath) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def /(label: String): NodePath
def /(subpath: NodePath): NodePath
def isSubpathOf(path: NodePath): Boolean
def partitionLeaf: (NodePath, Option[String])
def render: String