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.impl
/
ApplicationContextMergeIgnoreStrategy
Application
Context
Merge
Ignore
Strategy
class
ApplicationContextMergeIgnoreStrategy
(
keys
:
Set
<
Key
<
*
>
>
?
=
null
)
:
AbstractApplicationContextMergeStrategy
Members
Constructors
Application
Context
Merge
Ignore
Strategy
Link copied to clipboard
constructor
(
keys
:
Set
<
Key
<
*
>
>
?
=
null
)
Functions
merge
Link copied to clipboard
open
override
fun
<
T
>
merge
(
key
:
Key
<
T
>
,
oldValue
:
T
?
,
newValue
:
T
?
)
:
T
?