concat abstract method

Merges this result with another by concatenating the outputs.

Implementation

LanguageModelResult<O> concat(final LanguageModelResult<O> other);