The interface for a binding context merge handler. A merge handler is a function that accepts
context entries (from different binding contexts) associated with the same key and
merges these values. The merging strategy is dependent on the implementation of the
interface.
V
denotes the type associated with the context key the merge handler operates on.
The interface for a binding context merge handler. A merge handler is a function that accepts context entries (from different binding contexts) associated with the same key and merges these values. The merging strategy is dependent on the implementation of the interface.
V
denotes the type associated with the context key the merge handler operates on.