toggle menu
xap-sdk
1.0.0
JVM
switch theme
search in API
xap-sdk
/
com.expediagroup.sdk.xap.infrastructure
/
ApiAbstractionsKt
/
toMultiValue
to
Multi
Value
public
final
static
List
<
String
>
toMultiValue
<
T
extends
Any
>
(
Array
<
T
>
items
,
String
collectionFormat
,
Function1
<
T
,
String
>
map
)
public
final
static
List
<
String
>
toMultiValue
<
T
extends
Any
>
(
Iterable
<
T
>
items
,
String
collectionFormat
,
Function1
<
T
,
String
>
map
)