MessagePartList

data class MessagePartList(val list: ImmutableList<MessagePart>) : MessagePart

Constructors

Link copied to clipboard
constructor(list: ImmutableList<MessagePart>)

Properties

Link copied to clipboard
val list: ImmutableList<MessagePart>
Link copied to clipboard
open override val maxParameterIndex: Int

returns the max used parameter index in the message. "-1" if there is no parameter

Functions

Link copied to clipboard
open fun format(parameters: List<Any>, locale: Locale, context: MessageFormatContext): CharSequence
open override fun format(result: StringBuilder, parameters: List<Any>, locale: Locale, context: MessageFormatContext)