application-context-util
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
application-context-util
application-context-util
/
io.github.funofprograming.context
/
ApplicationContextMergeStrategy
/
merge
merge
abstract
fun
<
T
>
merge
(
key
:
Key
<
T
>
,
oldValue
:
T
?
,
newValue
:
T
?
)
:
T
?