Op

cats.xml.cursor.AttrCursor$.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

Concise view

Type members

Classlikes

case object Head extends Op

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
Self type
Last.type
case class Left(currentOp: Op) extends Op

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
case class Right(currentOp: Op) extends Op

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
case class SelectAttr(key: String) extends Op

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any
case class SelectAttrByIndex(index: Long) extends Op

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Op
class Object
trait Matchable
class Any

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]