Path

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

Value members

Concrete methods

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

Inherited methods

Inherited from:
Product