Properties

Link copied to clipboard

A view of this instance with the LocalizedStringFactoryN interface, so that MessageParameters can be used.

Functions

Link copied to clipboard
abstract fun createLocalizedString(p0: T0, p1: T1, p2: T2, p3: T3): LocalizedString

Create LocalizedString with the given parameter

Link copied to clipboard
abstract fun createString(p0: T0, p1: T1, p2: T2, p3: T3, locale: Locale? = null): String

Create a string with the given parameter.

Link copied to clipboard
open operator fun get(p0: T0, p1: T1, p2: T2, p3: T3): LocalizedString
Link copied to clipboard
open operator fun invoke(p0: T0, p1: T1, p2: T2, p3: T3, locale: Locale? = null): String

Shortcut for createString