Id

case class Id(id: String) extends StylePredicate

A predicate that holds if the given id matches the id 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