DataFlowEdge

interface DataFlowEdge<A>

Edges in a data flow graph. These are allowed to modify values as they pass through them.

Functions

Link copied to clipboard
abstract fun propagate(input: A): A

Apply this function to the value incoming from the source node before passing it onto the destination node.

Inheritors

Link copied to clipboard