Merges both modifiers.
Merges both modifiers. If a attribute is defined in this and that, the result will have the value of that for
the attribute.
Merges both modifiers.
Merges both modifiers. If a attribute is defined in this and that, the result will have the value of that for
the attribute.
Returns all attributes of this modifier.
Returns all attributes of this modifier.
the result and the remaining input
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
A tuple of an Attribute and a value, ready to be applied to a node. A single Modifier extends the seq type Modifiers because it allows all operations like Modifiers.
val warning = TextColor > redWhere
TextColoris anAttribute(of typeColor) andreda predefined color (both are part ofscaml.attributes.Inside a
Builderit's now possible to do:text & warning | "Warning message"or even shorter: