thenOutput

Ends the current NodeBuilder chain, and all objects processed by the nodes in the chain will be fed to the destination of the OutputRef provided. For compound node, outputRef connects the internal output of the builder chain to the output of the compound node in the main flow

The NodeBuidler does not continue past this point.

Parameters

ItemT

Type of object provided by this NodeBuilder

ChannelT

Type of channel OutputRef will take

outputRef

OutputRef supplied earlier to connect the NodeBuilder's output to.