scalaz.xml.cursor

Op

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: AnyRef): Boolean

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

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

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

  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. final def asInstanceOf[T0]: T0

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

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

  10. def clone(): AnyRef

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

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

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

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

  15. def findLeft: Option[Predicate.CPredicate]

  16. def findRec: Option[Predicate.CPredicate]

  17. def findRight: Option[Predicate.CPredicate]

  18. 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

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

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

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

    Definition Classes
    AnyRef → Any
  22. def isChoiceSucceed: Boolean

  23. def isChoiceSwitch: Boolean

  24. def isFailedCompose: Boolean

  25. def isFindChild: Boolean

  26. def isFindLeft: Boolean

  27. def isFindRec: Boolean

  28. def isFindRight: Boolean

  29. def isFirstChild: Boolean

  30. def isGeneric: Boolean

  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. def isLastChild: Boolean

  33. def isLeft: Boolean

  34. def isNextDepthFirst: Boolean

  35. def isNthChild: Boolean

  36. def isParent: Boolean

  37. def isRemoveLeft: Boolean

  38. def isRemoveRight: Boolean

  39. def isRight: Boolean

  40. def isRoot: Boolean

  41. def isSucceeding: Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  48. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped