FormattableArgumentFactory

@InterfacedService(acceptMultiple = true)
interface FormattableArgumentFactory(source)

Factory for formattable arguments.

Usage: Register your instance as a service with @BService.

See also

Inheritors

Properties

Link copied to clipboard
abstract val regex: Regex

Functions

Link copied to clipboard
abstract fun get(matchResult: MatchResult, locale: Locale): FormattableArgument