trait
Tree[V] extends AnyRef
Abstract Value Members
-
abstract
def
value: V
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (Tree[V], B)
-
final
def
==(arg0: Any): Boolean
-
def
apply(path: Path[V]): Tree[V]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
ensuring(cond: (Tree[V]) ⇒ Boolean, msg: ⇒ Any): Tree[V]
-
def
ensuring(cond: (Tree[V]) ⇒ Boolean): Tree[V]
-
def
ensuring(cond: Boolean, msg: ⇒ Any): Tree[V]
-
def
ensuring(cond: Boolean): Tree[V]
-
-
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
def
→[B](y: B): (Tree[V], B)
Inherited by implicit conversion any2stringadd from
Tree[V] to any2stringadd[Tree[V]]
Inherited by implicit conversion StringFormat from
Tree[V] to StringFormat[Tree[V]]
Inherited by implicit conversion Ensuring from
Tree[V] to Ensuring[Tree[V]]
Inherited by implicit conversion ArrowAssoc from
Tree[V] to ArrowAssoc[Tree[V]]