StyleName

case class StyleName(name: String) extends StylePredicate

A predicate that holds if the given style name matches one of the styles of the target element.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def evaluate(element: Element): Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields