Tree

case class Tree[OutTag](tag: OutTag, inner: Rhs[OutTag]) extends Rhs[OutTag]

Builds a tree.

Source:
Rhs.scala
trait Product
trait Equals
trait Rhs[OutTag]
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product