final case class Snapshot(name: String, value: Any) extends Product with Serializable
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.
- name
the name of the expression
- value
the value of the expression
- Source
- Snapshots.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Snapshot
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Snapshot(name: String, value: Any)
- name
the name of the expression
- value
the value of the expression