then

infix fun InlineContent?.then(other: String?): Unit?
infix fun String?.then(other: InlineContent?): Unit?
infix fun String?.then(other: String?): Unit?

Like and, but terminal: pushes the result.