provideDelegate

operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): PreparedDelegate<T>(source)

Provides a Prepared instance bound to the given property.

Example

val randomEmail by prepared { "my-account-${random.nextInt()}@mail.com" }