Graph

zio.internal.macros.Graph
final case class Graph[Key, A](nodes: List[Node[Key, A]], keyEquals: (Key, Key) => Boolean)

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def buildComplete(outputs: List[Key]): Either[::[GraphError[Key, A]], LayerTree[A]]
def buildNodes(nodes: List[Node[Key, A]]): Either[::[GraphError[Key, A]], LayerTree[A]]
def map[B](f: A => B): Graph[Key, B]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product