UnixPath

com.malliina.values.UnixPath
See theUnixPath companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class JsonCompanion[String, UnixPath]
class ValidatingCompanion[String, UnixPath]
class Object
trait Matchable
class Any
Show all
Self type
UnixPath.type

Members list

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(path: Path): UnixPath
def fromRaw(s: String): UnixPath

Inherited methods

override def build(input: String): Either[ErrorMessage, T]

Attributes

Definition Classes
Inherited from:
JsonCompanion
def defaultError(in: String): ErrorMessage

Attributes

Inherited from:
ValidatingCompanion
override def write(t: UnixPath): String

Attributes

Definition Classes
Inherited from:
StringCompanion

Concrete fields

val UnixPathSeparator: Char

Implicits

Inherited implicits

implicit val json: Codec[UnixPath]

Attributes

Inherited from:
ValidatingCompanion
implicit val ordering: Ordering[UnixPath]

Attributes

Inherited from:
ValidatingCompanion
implicit val readable: Readable[UnixPath]

Attributes

Inherited from:
StringCompanion