Tree

mill.main.buildgen.Tree
See theTree companion class
object Tree

Attributes

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

Members list

Type members

Classlikes

object Traversal

Attributes

Companion
trait
Source
Tree.scala
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Traversal.type
sealed trait Traversal

Attributes

Companion
object
Source
Tree.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BreadthFirst
object DepthFirst

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

def from[Input, Node](start: Input)(step: Input => (Node, IterableOnce[Input])): Tree[Node]

Generates a tree from start using the step function.

Generates a tree from start using the step function.

Attributes

Source
Tree.scala