ScopedVar

class ScopedVar[A](init: A)
Companion
object
class Object
trait Matchable
class Any

Value members

Constructors

def this(implicit ev: Null <:< A)

Concrete methods

def :=(newValue: A): Assignment[A]
def get: A