J.Path

object Path extends AnyRef.Opaque.Base[J.Path, java.nio.file.Path] with _methods
Source
__.scala
trait _methods
class AnyRef.Opaque.Base[J.Path, java.nio.file.Path]
trait _methods[J.Path, java.nio.file.Path]
class Any.Z.OpaqueBase[J.Path]
class java.lang.Object
trait scala.Matchable
class Any

Def

inline def apply(v: java.nio.file.Path): J.Path
Source
__.scala
def apply(s: String, more: String*): J.Path
Source
__.scala
def apply(names: Stream[String]): J.Path
Source
__.scala
val typeName: String

Type name

Type name

Returns defined opaque type name

Inherited from
OpaqueBase
Source
OpaqueBase.scala
override def value_doc(v: J.Path): Doc
Definition Classes
Base -> OpaqueBase -> Doc
Source
__.scala
override def value_isVoid(v: J.Path): Boolean
Definition Classes
Base -> OpaqueBase -> Void
Source
__.scala
override def value_tag(v: J.Path): String
Definition Classes
Base -> OpaqueBase -> Tag
Source
__.scala
@targetName("getVoid")
def void: J.Path

Get void instance

Get void instance

Source
__.scala

Implicit

implicit inline def implicitFromFile(v: J.File): J.Path
Source
__.scala
implicit inline def implicitFromReal(v: java.nio.file.Path): J.Path
Source
__.scala
implicit inline def implicitFromString(v: String): J.Path
Source
__.scala
implicit inline def implicitRequest(v: VOID): J.Path

General void instance request

General void instance request

It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.

Source
__.scala
implicit inline def implicitRequest(v: CURRENT): J.Path
Source
__.scala