Op

object Op
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Op.type

Type members

Classlikes

case class DeepDown(nodeName: String) extends Op
case class Down(nodeName: String) extends Op
case class FilterChildren(p: XmlNode => Boolean) extends Op
case class FindChild(p: XmlNode => Boolean) extends Op
case object Head extends Op
case object Last extends Op
case class SelectNodeByIndex(index: Int) extends Op

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Implicits

Implicits

final implicit val showCursorOp: Show[Op]