Stateful

scala.caps.Stateful

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
trait Capability
class Object
trait Matchable
class Any
Known subtypes
trait Mutable
trait Read
trait Var[T]
trait Separate
trait Unscoped
In this article