CircularDependency

zio.internal.macros.GraphError$.CircularDependency
case class CircularDependency[+Key, +A](node: Node[Key, A], dependency: Node[Key, A], depth: Int) extends GraphError[Key, A]

Attributes

Graph
Supertypes
trait Product
trait Equals
trait GraphError[Key, A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product