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
Application
Context
Merge
Strategy
interface
ApplicationContextMergeStrategy
Inheritors
AbstractApplicationContextMergeStrategy
Members
Functions
merge
Link copied to clipboard
abstract
fun
<
T
>
merge
(
key
:
Key
<
T
>
,
oldValue
:
T
?
,
newValue
:
T
?
)
:
T
?