Var

scala.caps.internal.Var
trait Var[T] extends Mutable

A trait for capabilities representing usage of mutable vars in capture sets.

Attributes

Source
package.scala
Graph
Supertypes
trait Mutable
trait Unscoped
trait Classifier
trait Separate
trait Stateful
trait Capability
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def get: T

Attributes

Source
package.scala
update def set(x: T): Unit

Attributes

Source
package.scala