RelPathRef

mill.scalalib.spotless.Format.RelPathRef
See theRelPathRef companion class
object RelPathRef

Attributes

Companion
class
Source
Format.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RelPathRef.type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

@Scaladoc(value = "/**\n * Resolves `rel` path against the current [[dynamicRoot root]] path.\n */")
def apply(rel: RelPath): RelPathRef

Resolves rel path against the current root path.

Resolves rel path against the current root path.

Attributes

Source
Format.scala
@Scaladoc(value = "/**\n * Runs `thunk` within a context where [[RelPathRef relative references]] are resolved against\n * the given `root`.\n */")
def withDynamicRoot[T](root: Path)(thunk: => T): T

Runs thunk within a context where relative references are resolved against the given root.

Runs thunk within a context where relative references are resolved against the given root.

Attributes

Source
Format.scala

Givens

Givens

given given_Conversion_String_RelPathRef: Conversion[String, RelPathRef]

Attributes

Source
Format.scala

Attributes

Source
Format.scala