Cross

mill.define.Segment.Cross
final case class Cross(value: Seq[String]) extends Segment

Attributes

Source
Segment.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Segment
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def pathSegments: Seq[String]

Attributes

Inherited from:
Segment
Source
Segment.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product