Leaf

object Leaf

Leaf represents a tree node with no children.

You can use Leaf for tree construction or pattern matching.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](root: A): StrictTree[A]
def unapply[A](t: StrictTree[A]): Option[A]