metro
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
metro
runtime
/
dev.zacsweers.metro.internal
/
AbstractMapFactory
/
Builder
Builder
sealed
class
Builder
<
K
:
Any
,
V
:
Any
,
V2
>
(
source
)
A builder for
AbstractMapFactory
.
Inheritors
Builder
Builder
Members
Functions
put
Link copied to clipboard
open
fun
put
(
key
:
K
,
providerOfValue
:
Provider
<
V
>
)
:
AbstractMapFactory.Builder
<
K
,
V
,
V2
>
Associates
key
with
providerOfValue
.
put
All
Link copied to clipboard
open
fun
putAll
(
mapOfProviders
:
Provider
<
Map
<
K
,
V2
>
>
)
:
AbstractMapFactory.Builder
<
K
,
V
,
V2
>