scalaz.xml.cursor

Op

Related Docs: object Op | package cursor

sealed trait Op extends AnyRef

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

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +++(c: Option[Cursor]): HCursor

  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def choiceSucceed: Option[History]

  7. def choiceSwitch: Option[(History, History)]

  8. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findChild: Option[Predicate.CPredicate]

  13. def findLeft: Option[Predicate.CPredicate]

  14. def findRec: Option[Predicate.CPredicate]

  15. def findRight: Option[Predicate.CPredicate]

  16. def fold[X](choiceSucceed: (History) ⇒ X, choiceSwitch: (History) ⇒ (History) ⇒ X, failedCompose: ⇒ X, left: ⇒ X, right: ⇒ X, firstChild: ⇒ X, lastChild: ⇒ X, remove: ⇒ X, removeLeft: ⇒ X, removeRight: ⇒ X, parent: ⇒ X, root: ⇒ X, findLeft: (Predicate.CPredicate) ⇒ X, findRight: (Predicate.CPredicate) ⇒ X, findChild: (Predicate.CPredicate) ⇒ X, nextDepthFirst: ⇒ X, findRec: (Predicate.CPredicate) ⇒ X, nthChild: (⇒ Int) ⇒ X, succeeding: ((Cursor) ⇒ Cursor) ⇒ (Op.OpDescription) ⇒ X, generic: ((Cursor) ⇒ Option[Cursor]) ⇒ (Op.OpDescription) ⇒ X): X

  17. def generic: Option[((Cursor) ⇒ Option[Cursor], Op.OpDescription)]

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

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

    Definition Classes
    AnyRef → Any
  20. def isChoiceSucceed: Boolean

  21. def isChoiceSwitch: Boolean

  22. def isFailedCompose: Boolean

  23. def isFindChild: Boolean

  24. def isFindLeft: Boolean

  25. def isFindRec: Boolean

  26. def isFindRight: Boolean

  27. def isFirstChild: Boolean

  28. def isGeneric: Boolean

  29. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  30. def isLastChild: Boolean

  31. def isLeft: Boolean

  32. def isNextDepthFirst: Boolean

  33. def isNthChild: Boolean

  34. def isParent: Boolean

  35. def isRemoveLeft: Boolean

  36. def isRemoveRight: Boolean

  37. def isRight: Boolean

  38. def isRoot: Boolean

  39. def isSucceeding: Boolean

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

    Definition Classes
    AnyRef
  41. final def notify(): Unit

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

    Definition Classes
    AnyRef
  43. def nthChild: Option[Int]

  44. def succeeding: Option[((Cursor) ⇒ Cursor, Op.OpDescription)]

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

    Definition Classes
    AnyRef
  46. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped