leftMerge

infix fun leftMerge(other: Property<T>): Property<T>

Merges the other property into this property.

Return

new property, whereas this property and not-default-properties are prioritized

Parameters

other

property to be merged with lower prioritization