Builds a next chained call that passes each provided element to the next pass.
Note that default CallChain supported by callThru would return only the last element.
A type of element to pass down the chain.
An iterable of elements to pass down the chain.
A multi-call of the next pass with each element.
Generated using TypeDoc
Builds a next chained call that passes each provided element to the next pass.
Note that default CallChain supported by callThru would return only the last element.