PathLike

abstract class PathLike[Self <: PathLike[Self]]
class Object
trait Matchable
class Any
class AbsUrl
class BaseUrl
class Path
Self

Value members

Abstract methods

protected def make(s: String): Self
protected def str(s: Self): String

Concrete methods

final def +(p: String): Self
final def +(p: Self): Self
final def /(p: String): Self
final def /(p: Self): Self
final def endWith_/: Self
final def isEmpty: Boolean
final def map(f: String => String): Self
final def nonEmpty: Boolean
final def rtrim_/: Self