Node

ninetynine.P55.Node
case class Node[+T](value: T, left: Tree[T], right: Tree[T]) extends Tree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Tree[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product