add

abstract fun add(prefix: T, output: T): T

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