AbstractMapFactory

sealed class AbstractMapFactory<K : Any, V : Any, V2> : Factory<Map<K, V2>> (source)

An abstract Factory implementation used to implement Map bindings.

Parameters

the value type of the map that this provides

Inheritors

Types

Link copied to clipboard
sealed class Builder<K : Any, V : Any, V2>

A builder for AbstractMapFactory.

Functions

Link copied to clipboard

The map of Providers that contribute to this map binding.

Link copied to clipboard
abstract operator fun invoke(): Map<K, V2>