mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2025-10-17 13:20:21 +00:00
AttributesCollection#plus
This commit is contained in:
@@ -15,6 +15,13 @@ class AttributesCollection<T : Element> (
|
||||
attrs()
|
||||
}
|
||||
|
||||
operator fun plus(other: AttributesCollection<T>) = AttributesCollection<T>(
|
||||
*(modifiers + other.modifiers).distinct().toTypedArray()
|
||||
) {
|
||||
this@AttributesCollection.attrs.invoke(this)
|
||||
other.attrs.invoke(this)
|
||||
}
|
||||
|
||||
companion object {
|
||||
val Empty = Attrs<Element>()
|
||||
|
||||
|
Reference in New Issue
Block a user