LayerTree

object LayerTree
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case class ComposeH[+A](left: LayerTree[A], right: LayerTree[A]) extends LayerTree[A]
final case class ComposeV[+A](left: LayerTree[A], right: LayerTree[A]) extends LayerTree[A]
case object Empty extends LayerTree[Nothing]
final implicit class LayerComposeIterableOps[A](self: Iterable[LayerTree[A]]) extends AnyVal
final case class Value[+A](value: A) extends LayerTree[A]

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: LayerTree[Nothing]
def succeed[A](value: A): LayerTree[A]

Implicits

Implicits

final implicit def LayerComposeIterableOps[A](self: Iterable[LayerTree[A]]): LayerComposeIterableOps[A]