/

object /

Extractors for pattern matching against absolute and relative paths.

class Object
trait Matchable
class Any
/.type

Value members

Concrete methods

def unapply(p: Path): Option[(Path, String)]
def unapply(p: RelativePath): Option[(RelativePath, String)]