UnixPath

com.malliina.values.UnixPath
See theUnixPath companion object
case class UnixPath(path: String) extends WrappedString

Value parameters

path

a path - all separators must be slashes ('/') regardless of platform

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def value: String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
WrappedString -> Any
Inherited from:
WrappedString