Op

cats.xml.cursor.NodeCursor.Op
See theOp companion trait
object Op

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Op.type

Members list

Type members

Classlikes

case class DeepDown(nodeName: String) extends Op

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
case class Down(nodeName: String) extends Op

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
case object DownWildcard extends Op

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
Self type
case class Filter(p: XmlNode => Boolean) extends Op

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
case class FindChild(p: XmlNode => Boolean) extends Op

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
case object Head extends Op

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Head.type
case object Last extends Op

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all
Self type
Last.type
case class SelectNodeByIndex(index: Int) extends Op

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

final implicit val show: Show[Op]