maven-central-portal-kotlin-api
Toggle table of contents
2.4.2
common
Platform filter
common
Switch theme
Search in API
maven-central-portal-kotlin-api
maven-central-portal-kotlin-api
/
org.danilopianini.centralpublisher.impl.infrastructure
/
toMultiValue
to
Multi
Value
fun
<
T
>
toMultiValue
(
items
:
Array
<
T
>
,
collectionFormat
:
String
,
map
:
(
item
:
T
)
->
String
=
defaultMultiValueConverter
)
:
List
<
String
>
fun
<
T
>
toMultiValue
(
items
:
Iterable
<
T
>
,
collectionFormat
:
String
,
map
:
(
item
:
T
)
->
String
=
defaultMultiValueConverter
)
:
List
<
String
>