CleanedTree

org.specs2.data.Trees.CleanedTree
implicit class CleanedTree[A](t: Tree[Option[A]])

This implicit can be used to remove None nodes in a Tree

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def clean(implicit initial: A): Tree[A]