DependencyGraph

com.github.rssh.appcontext.doc.DependencyGraph

Attributes

Experimental
true
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class Node(value: String, children: Seq[Node])

Value parameters

children

choldren,which reflect dependecies of the value.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object given_FromExpr_Node extends FromExpr[Node]

Attributes

Supertypes
trait FromExpr[Node]
class Object
trait Matchable
class Any
Self type
object given_ToExpr_Node extends ToExpr[Node]

Attributes

Supertypes
trait ToExpr[Node]
class Object
trait Matchable
class Any
Self type

Types

type Nodes = Seq[Node]

Value members

Concrete methods

inline def apply[Xs <: NonEmptyTuple]: Seq[Node]
def buildNodesFor[T : Type](using Quotes)(typeParams: Map[Symbol, x$1.reflect.TypeRepr], usedTypes: Map[x$1.reflect.Symbol, String]): Expr[Seq[Node]]