Empty

case object Empty extends LayerTree[Nothing]
trait Singleton
trait Product
trait Mirror
class LayerTree[Nothing]
trait Product
trait Equals
class Object
trait Matchable
class Any
Empty.type

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Inherited from:
Singleton
type MirroredType = Singleton.this.type
Inherited from:
Singleton

Value members

Inherited methods

def ++[A1](that: LayerTree[A1]): LayerTree[A1]
Inherited from:
LayerTree
def >>>[A1](that: LayerTree[A1]): LayerTree[A1]
Inherited from:
LayerTree
def fold[B](z: B, value: Nothing => B, composeH: (B, B) => B, composeV: (B, B) => B): B
Inherited from:
LayerTree
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Inherited from:
Singleton
def map[B](f: Nothing => B): LayerTree[B]
Inherited from:
LayerTree
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toList: List[A]
Inherited from:
LayerTree
def toSet[A1]: Set[A1]
Inherited from:
LayerTree