MapProviderFactory

A Factory implementation used to implement Map bindings. This factory returns a Map<K, Provider<V>> when calling get (as specified by Factory).

Types

Link copied to clipboard
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val value: Map<K, Provider<V>>

Functions

Link copied to clipboard

The map of Providers that contribute to this map binding.

Link copied to clipboard
open operator override fun invoke(): Map<K, Provider<V>>

Returns a Map<K, Provider<V>> whose iteration order is that of the elements given by each of the providers, which are invoked in the order given at creation.

Link copied to clipboard
open override fun isInitialized(): Boolean