Tree

object Tree
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Tree.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def empty[R]: Tree[R]
def nest[R](tree: Tree[R]): Tree[R]
def singleton[R](r: R): Tree[R]

Implicits

Implicits

implicit val foldable: Foldable[Tree]
implicit def monoid[R]: Monoid[Tree[R]]