providerOf

fun <T : Any> providerOf(value: T): Provider<T>(source)

Creates a Provider wrapper around the given value.