unaryPlus

open operator fun Message.Element.unaryPlus(): T(source)

Add an element to this MessagesAddable.

See also


open operator fun String.unaryPlus(): T(source)

Add a text as Text to this MessagesAddable.

See also


open operator fun Iterable<Message.Element>.unaryPlus(): T(source)

Add messages to this MessagesAddable.

See also