then

open infix override fun then(other: SwingModifier): SwingModifier

Returns a modifier that applies this one and then other. For two non-additive elements sharing a NodeElement.key, the later one wins; two additive elements each keep their own slot and both stay installed.

Return

the two applied in order; this modifier itself where other is the empty modifier.