Companion

Functions

Link copied to clipboard
@JvmName(name = "fromLazy")
fun Lazy<*>.asInitializable(priority: Int = AutoInitialize.defaultPriority): Initializable

Converts the provided Lazy into an Initializable with the given priority (see AutoInitialize.priority).

Link copied to clipboard

Returns a new Initializable with the given priority.