Object/Class

org.hyperscala.selector

AttributeMatcher

Related Docs: class AttributeMatcher | package selector

Permalink

object AttributeMatcher extends Enumerated[AttributeMatcher] with Serializable

Linear Supertypes
Serializable, Serializable, Enumerated[AttributeMatcher], Enum[AttributeMatcher], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AttributeMatcher
  2. Serializable
  3. Serializable
  4. Enumerated
  5. Enum
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(name: String): AttributeMatcher

    Permalink
    Definition Classes
    Enumerated
  5. def apply(index: Int): AttributeMatcher

    Permalink
    Definition Classes
    Enumerated
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. object begins extends AttributeMatcher with Product with Serializable

    Permalink

    Value is exactly or begins with this followed immediately by '-'.

  8. def byValue(value: String): Option[AttributeMatcher]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. object contains extends AttributeMatcher with Product with Serializable

    Permalink

    Value contains this exact value in a space separated list.

  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. object exactly extends AttributeMatcher with Product with Serializable

    Permalink

    Value is exactly equal to the attribute value.

  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. macro def findValues: Set[AttributeMatcher]

    Permalink
    Attributes
    protected
    Definition Classes
    Enum
  16. def get(name: String, caseSensitive: Boolean): Option[AttributeMatcher]

    Permalink
    Definition Classes
    AttributeMatcher → Enumerated
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. lazy val length: Int

    Permalink
    Definition Classes
    Enumerated
  21. final lazy val lowerCaseNamesToValuesMap: Map[String, AttributeMatcher]

    Permalink
    Definition Classes
    Enum
  22. final lazy val namesToValuesMap: Map[String, AttributeMatcher]

    Permalink
    Definition Classes
    Enum
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def random: AttributeMatcher

    Permalink
    Definition Classes
    Enumerated
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def unapply(s: String): Option[AttributeMatcher]

    Permalink
    Definition Classes
    Enumerated
  30. val values: Vector[AttributeMatcher]

    Permalink
    Definition Classes
    AttributeMatcher → Enumerated → Enum
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def withName(name: String): AttributeMatcher

    Permalink
    Definition Classes
    Enum
  35. def withNameInsensitiveOption(name: String): Option[AttributeMatcher]

    Permalink
    Definition Classes
    Enum
  36. def withNameOption(name: String): Option[AttributeMatcher]

    Permalink
    Definition Classes
    Enum

Inherited from Serializable

Inherited from Serializable

Inherited from Enumerated[AttributeMatcher]

Inherited from Enum[AttributeMatcher]

Inherited from AnyRef

Inherited from Any

Ungrouped