ToSegments

mill.define.Cross.ToSegments
See theToSegments companion class
object ToSegments

Attributes

Companion
class
Source
Cross.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ToSegments.type

Members list

Type members

Classlikes

object BooleanToPathSegment extends ToSegments[Boolean]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[Boolean]
class Object
trait Matchable
class Any
Self type
object ByteToPathSegment extends ToSegments[Byte]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[Byte]
class Object
trait Matchable
class Any
Self type
object CharToPathSegment extends ToSegments[Char]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[Char]
class Object
trait Matchable
class Any
Self type
object IntToPathSegment extends ToSegments[Int]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[Int]
class Object
trait Matchable
class Any
Self type
object LongToPathSegment extends ToSegments[Long]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[Long]
class Object
trait Matchable
class Any
Self type
object ShortToPathSegment extends ToSegments[Short]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[Short]
class Object
trait Matchable
class Any
Self type
object StringToPathSegment extends ToSegments[String]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[String]
class Object
trait Matchable
class Any
Self type
object SubPathToPathSegment extends ToSegments[SubPath]

Attributes

Source
Cross.scala
Supertypes
class ToSegments[SubPath]
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit def ListToPathSegment[T : ToSegments]: ToSegments[List[T]]

Attributes

Source
Cross.scala
implicit def SeqToPathSegment[T : ToSegments]: ToSegments[Seq[T]]

Attributes

Source
Cross.scala