Output channel adapter that counts the elements that pass through it.
class output counter[any value value type]
private output[value type] the output
private var integer count
override void write all(readonly list[value type] values)
override void sync()
override void close()