Node

object Node
class Object
trait Matchable
class Any
Node.type

Value members

Concrete methods

def apply[A](root: => A, forest: => LazyList[Tree[A]]): Tree[A]
def unapply[A](t: Tree[A]): Option[(A, LazyList[Tree[A]])]