Graph

com.softwaremill.macwire.internals.autowire.AutowireGraph.Graph
case class Graph(nodes: Vector[Node])

A fully resolved graph, i.e. for each node's dependency there's a node with that symbol.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addNode(n: Node): Graph
def findNodeForType(tpe: q.reflect.TypeRepr): Option[q.reflect.Symbol]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product