unaryPlus

open operator fun String.unaryPlus(): ComponentBuilder

Operator function to append a string to this component builder using the unary + operator.

Return

this component builder for chaining


open operator fun Component.unaryPlus(): ComponentBuilder

Operator function to append a component to this component builder using the unary + operator.

Return

this component builder for chaining