RGA

kofre.datatypes.RGA$
See theRGA companion class
object RGA

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RGA.type

Members list

Concise view

Type members

Classlikes

case class Alive[A](v: TimedVal[A]) extends RGANode[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RGANode[A]
class Object
trait Matchable
class Any
case class Dead[A]() extends RGANode[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RGANode[A]
class Object
trait Matchable
class Any
object RGANode

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
RGANode.type
sealed trait RGANode[A]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Alive[A]
class Dead[A]
implicit class RGAOps[C, E](container: C)(using x$2: ArdtOpsContains[C, RGA[E]]) extends OpsSyntaxHelper[C, RGA[E]]

Attributes

Graph
Supertypes
trait OpsSyntaxHelper[C, RGA[E]]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def empty[E]: RGA[E]

Givens

Givens

given bottom[E]: Bottom[RGA[E]]

Implicits

Implicits

final implicit def RGAOps[C, E](container: C)(using x$2: ArdtOpsContains[C, RGA[E]]): RGAOps[C, E]