apollo-kotlin
3.8.2
common
apollo-api
/
com.apollographql.apollo3.api
/
ImmutableMapBuilder
Immutable
Map
Builder
common
class
ImmutableMapBuilder
<
K
,
V
>
Content copied to clipboard
A helper class to make it easier to build Maps from the java codegen
Constructors
Functions
Constructors
Immutable
Map
Builder
Link copied to clipboard
common
fun
ImmutableMapBuilder
(
)
Content copied to clipboard
Functions
build
Link copied to clipboard
common
fun
build
(
)
:
Map
<
K
,
V
>
Content copied to clipboard
put
Link copied to clipboard
common
fun
put
(
key
:
K
,
value
:
V
)
:
ImmutableMapBuilder
<
K
,
V
>
Content copied to clipboard