Package

zio.magic.macros

graph

Permalink

package graph

Visibility
  1. Public
  2. All

Type Members

  1. final case class Graph[Key, A](nodes: List[Node[Key, A]], keyEquals: (Key, Key) ⇒ Boolean) extends Product with Serializable

    Permalink
  2. sealed trait GraphError[+Key, +A] extends AnyRef

    Permalink
  3. trait LayerLike[A] extends AnyRef

    Permalink
  4. case class Node[+Key, +A](inputs: List[Key], outputs: List[Key], value: A) extends Product with Serializable

    Permalink

Value Members

  1. object GraphError

    Permalink
  2. object LayerLike

    Permalink

Ungrouped