Snapshot

final case class Snapshot(name: String, value: Any)

Case class that stores the name and value of a variable or expression.

See the main documentation for trait Snapshots for more information and examples.

Value parameters:
name

the name of the expression

value

the value of the expression

Source:
Snapshots.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Overriden toString to print in {name} = {value} format.

Overriden toString to print in {name} = {value} format.

Returns:

string in {name} = {value} format

Definition Classes
Any
Source:
Snapshots.scala

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product