Stateful
scala.caps.Stateful
trait Stateful extends ExclusiveCapability
Marker trait for classes that can consult and change the global program state. These classes typically contain mutable variables and/or update methods.
Attributes
- Experimental
- true
- Source
- package.scala
- Graph
-
- Supertypes
- Known subtypes
In this article