Path

final case class Path
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def /(name: String): Path
def /(path: Path): Path
def endsWith(path: String): Boolean
def endsWith(that: Path): Boolean
override def equals(that: Any): Boolean
Definition Classes
Equals -> Any
override def hashCode: Int
Definition Classes
Any
def names: Seq[Path]
def relativize(path: Path): Path
def resolve(name: String): Path
def resolve(path: Path): Path
def startsWith(path: Path): Boolean

Inherited methods

Inherited from:
Product