Microservices Libs
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Microservices Libs
common
/
dev.limebeck.libs.models
/
mergeNullableLists
merge
Nullable
Lists
fun
<
T
>
mergeNullableLists
(
vararg
lists
:
List
<
T
>
?
)
:
List
<
T
>
?
Takes multiple nullable lists as input and concatenates them, or returns null if both are null