Path

object Path
Companion:
class
class Object
trait Matchable
class Any
Path.type

Value members

Concrete methods

def apply(entries: String*): Path
def parse(path: String, sep: Char): Path

Simple splitting functionality to separate a string into a path by separation character.

Simple splitting functionality to separate a string into a path by separation character.

The separation character defaults to '.'

Concrete fields

lazy val empty: Path