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
LayerTree.type

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
class LayerTree[A]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

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