final class RelativePath extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RelativePath
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def relativize(other: RelativePath): RelativePath
- def resolve(path: String): RelativePath
- def resolve(other: Path): RelativePath
- def resolveRelative(other: RelativePath): RelativePath
- def resolveSibling(f: (String) => String): RelativePath
- def structure: String
- def syntax: String
- def toAbsolute(root: AbsolutePath): AbsolutePath
- def toString(): String
- Definition Classes
- RelativePath → Any
- val underlying: Path