scalaz.xml.cursor

Ops

trait Ops extends AnyRef

Source
Op.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ops
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type OpDescription = String

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. implicit val OpEqual: Equal[Op]

  7. implicit val OpShow: Show[Op]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def choiceSucceedOp(h: History): Op

  10. def choiceSwitchOp(n: History, o: History): Op

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def failedComposeOp: Op

  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def findChildOp(p: Predicate.CPredicate): Op

  17. def findLeftOp(p: Predicate.CPredicate): Op

  18. def findRecOp(p: Predicate.CPredicate): Op

  19. def findRightOp(p: Predicate.CPredicate): Op

  20. def firstChildOp: Op

  21. def genericOp(e: (Cursor) ⇒ Option[Cursor], description: OpDescription): Op

  22. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  25. def lastChildOp: Op

  26. def leftOp: Op

  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def nextDepthFirstOp: Op

  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def nthChildOp(n: ⇒ Int): Op

  32. def parentOp: Op

  33. def remove: Op

  34. def removeLeftOp: Op

  35. def removeRightOp: Op

  36. def rightOp: Op

  37. def rootOp: Op

  38. def succeedingOp(e: (Cursor) ⇒ Cursor, description: OpDescription): Op

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped