Predicate

fs2.data.xml.xpath.Predicate
See thePredicate companion trait
object Predicate

Attributes

Companion
trait
Source
XPath.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Predicate.type

Members list

Type members

Classlikes

case class And(left: Predicate, right: Predicate) extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
case class Eq(attr: QName, value: String) extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
case class Exists(attr: QName) extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
case object False extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
Self type
False.type
case class Neq(attr: QName, value: String) extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
case class Not(inner: Predicate) extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
case class Or(left: Predicate, right: Predicate) extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
case object True extends Predicate

Attributes

Source
XPath.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Predicate
class Object
trait Matchable
class Any
Show all
Self type
True.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala