StylePair

scalatags.generic.StylePair
case class StylePair[Builder, T](s: Style, v: T, ev: StyleValue[Builder, T]) extends Modifier[Builder]

A Style, it's associated value, and a StyleValue of the correct type

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Modifier[Builder]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override 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

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product