Tree

ninetynine.P55.Tree
See theTree companion object
sealed abstract class Tree[+T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object End
class Node[T]

Members list

Value members

Concrete methods

def addValue: Tree[T]
Extension method from P55

Attributes

Returns

a new Tree with the given value added.