MemorySpace

Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object given_Show_MemorySpace extends Show[MemorySpace]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): MemorySpace
def apply(name: String, members: Map[String, Cell]): MemorySpace
def apply(name: String, parent: Option[MemorySpace]): MemorySpace
def diff(before: MemorySpace, after: MemorySpace): Either[Throwable, List[Change[String, Cell]]]

Returns an unordered diff between two memory spaces

Returns an unordered diff between two memory spaces