LayerTree

zio.internal.macros.LayerTree$
See theLayerTree companion class
object LayerTree

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class ComposeH[+A](left: LayerTree[A], right: LayerTree[A]) extends LayerTree[A]

Attributes

Graph
Supertypes
class LayerTree[A]
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class ComposeV[+A](left: LayerTree[A], right: LayerTree[A]) extends LayerTree[A]

Attributes

Graph
Supertypes
class LayerTree[A]
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Empty extends LayerTree[Nothing]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class LayerTree[Nothing]
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Empty.type
final implicit class LayerComposeIterableOps[A](self: Iterable[LayerTree[A]]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final case class Value[+A](value: A) extends LayerTree[A]

Attributes

Graph
Supertypes
class LayerTree[A]
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def empty: LayerTree[Nothing]
def succeed[A](value: A): LayerTree[A]

Implicits

Implicits