Path

harness.zio.Path$
See thePath companion trait
object Path

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Path.type

Members list

Type members

Classlikes

final case class Name(name: String, base: String, ext: Option[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

inline def apply(string: String): ZIO[FileSystem, UnableToResolvePath, Path]