| Interface | Description |
|---|---|
| Function<IN,OUT> |
Defines an function interface declaring functions objects and lambdas.
|
| InputNode<IN> | |
| NodeObserver<OUT> |
NodeObserver defines an observer interface for receiving callbacks from
an OutputNode. |
| OutputNode<OUT> |
| Class | Description |
|---|---|
| Graph<T> | |
| Node<IN,OUT> |
Node is a base class for all nodes. |
| NodeObserverAdapter<OUT> |
NodeObserverAdapter is an adapter class for NodeObserver. |
| Tag<T> |