addOutput abstract method

Node<T>? addOutput(
  1. T nodeValue
)

Adds an unique output node with nodeValue. Returns the added Node if not add yet.

Implementation

Node<T>? addOutput(T nodeValue);