FSPath

izumi.idealingua.model.loader.FSPath
See theFSPath companion object
sealed trait FSPath

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Full
class Name

Members list

Value members

Abstract methods

def asString: String
def name: String
def rename(update: String => String): FSPath
def segments: Seq[String]

Concrete methods

def move(update: (Seq[String]) => Seq[String]): FSPath