Value

zio.internal.macros.LayerTree$.Value
final case class Value[+A](value: A) extends LayerTree[A]

Attributes

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

Members list

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