sealed
trait
Op extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
choiceSucceed: Option[History]
-
def
choiceSwitch: Option[(History, History)]
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
-
-
-
-
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
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isChoiceSucceed: Boolean
-
def
isChoiceSwitch: Boolean
-
def
isFailedCompose: Boolean
-
def
isFindChild: Boolean
-
def
isFindLeft: Boolean
-
def
isFindRec: Boolean
-
def
isFindRight: Boolean
-
def
isFirstChild: Boolean
-
def
isGeneric: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isLastChild: Boolean
-
def
isLeft: Boolean
-
def
isNextDepthFirst: Boolean
-
def
isNthChild: Boolean
-
def
isParent: Boolean
-
def
isRemoveLeft: Boolean
-
def
isRemoveRight: Boolean
-
def
isRight: Boolean
-
def
isRoot: Boolean
-
def
isSucceeding: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
nthChild: Option[Int]
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any