Leaf

org.specs2.fp.Tree$.Leaf$
object Leaf

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Leaf.type

Members list

Value members

Concrete methods

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