ComposeV

zio.internal.macros.LayerTree$.ComposeV
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

Members list

Concise view

Value members

Inherited methods

def ++[A1 >: A](that: LayerTree[A1]): LayerTree[A1]

Attributes

Inherited from:
LayerTree
def >>>[A1 >: A](that: LayerTree[A1]): LayerTree[A1]

Attributes

Inherited from:
LayerTree
def fold[B](z: B, value: A => B, composeH: (B, B) => B, composeV: (B, B) => B): B

Attributes

Inherited from:
LayerTree
def map[B](f: A => B): LayerTree[B]

Attributes

Inherited from:
LayerTree

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toList: List[A]

Attributes

Inherited from:
LayerTree
def toSet[A1 >: A]: Set[A1]

Attributes

Inherited from:
LayerTree