DynamicBundleDelegate

open class DynamicBundleDelegate(prefix: String, val functions: Array<out () -> Any?>?) : BundleDelegate<Any>

Similar to BundleDelegate but substitutions are performed dynamically. The output is cached and only reformatted if the outputs of functions have changed.

See also

Constructors

Link copied to clipboard
fun DynamicBundleDelegate(prefix: String, functions: Array<out () -> Any?>?)

Functions

Link copied to clipboard
open operator override fun getValue(thisRef: Any?, property: KProperty<*>): String

Properties

Link copied to clipboard
var cachedOutput: String? = null
Link copied to clipboard
val functions: Array<out () -> Any?>?
Link copied to clipboard
Link copied to clipboard

Inheritors

Link copied to clipboard