LayerTree

zio.internal.macros.LayerTree
See theLayerTree companion object
sealed abstract class LayerTree[+A] extends Product with Serializable

Attributes

Companion:
object
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
class ComposeH[A]
class ComposeV[A]
object Empty.type
class Value[A]
Self type

Members list

Concise view

Value members

Concrete methods

def ++[A1 >: A](that: LayerTree[A1]): LayerTree[A1]
def >>>[A1 >: A](that: LayerTree[A1]): LayerTree[A1]
def fold[B](z: B, value: A => B, composeH: (B, B) => B, composeV: (B, B) => B): B
def map[B](f: A => B): LayerTree[B]
def toList: List[A]
def toSet[A1 >: A]: Set[A1]

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product