add

open override fun add(prefix: PairOutputs.Pair<A, B>, output: PairOutputs.Pair<A, B>): PairOutputs.Pair<A, B>

Eg add("foo", "bar") -> "foobar"