Node

zio.internal.macros.Node
final case class Node[+Key, +A](inputs: List[Key], outputs: List[Key], value: A)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def map[B](f: A => B): Node[Key, B]

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product