ToSegments

mill.define.Cross.ToSegments
See theToSegments companion object
@Scaladoc(value = "/**\n * A type-class defining what types [[T]] are allowed to be used in a\n * cross-module definition\n */")
class ToSegments[-T](val convert: T => List[String])

A type-class defining what types T are allowed to be used in a cross-module definition

Attributes

Companion
object
Source
Cross.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete fields

val convert: T => List[String]
Implicitly added by ListToPathSegment

Attributes

Source
Cross.scala
val convert: T => List[String]
Implicitly added by SeqToPathSegment

Attributes

Source
Cross.scala
val convert: T => List[String]

Attributes

Source
Cross.scala