Convenience method for more concise access to slot value.
Convenience method for more concise access to slot value.
value of the slot.
The cubbie this slot is contained in.
The name of this slot.
The name of this slot. This corresponds to the map field the slot is using to store its value.
Returns Some(value) if the cubbie has the given slot, or None otherwise.
Returns Some(value) if the cubbie has the given slot, or None otherwise.
Some(value) if the cubbie has the given slot, or None otherwise.
The current value of the slot.
The current value of the slot.
the value of slot. May throw an exception if the underlying map has no field corresponding to this slot.
Every cubbie has an ID. This ID is itself a field of the underlying map, and hence can also be accessed through a slot.