IdentityEdge

class IdentityEdge<A> : DefaultEdge, DataFlowEdge<A>

An edge that passes values through unmodified.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
open override fun clone(): Any
Link copied to clipboard
open override fun propagate(input: A): A

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

Link copied to clipboard
open override fun toString(): String