SeqNode

scalatags.generic.Util.SeqNode
implicit class SeqNode[A](xs: Seq[A])(implicit ev: A => Modifier[Builder]) extends Modifier[Builder]

Allows you to modify a ConcreteHtmlTag by adding a Seq containing other nest-able objects to its list of children.

Attributes

Graph
Supertypes
trait Modifier[Builder]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def applyTo(t: Builder): Unit

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Applies this modifier to the specified Builder, such that when rendering is complete the effect of adding this modifier can be seen.

Attributes