plusAssign
operator fun <C : BuildableComponent<C, B>, B : ComponentBuilder<C, B>> ComponentBuilder<C, B>.plusAssign(content: String)
Operator function to append a string to this component builder using the += operator.
Parameters
content
The string content to append
operator fun <C : BuildableComponent<C, B>, B : ComponentBuilder<C, B>> ComponentBuilder<C, B>.plusAssign(component: Component)
Operator function to append a component to this component builder using the += operator.
Parameters
component
The component to append