ScopedVar

dotty.tools.backend.sjs.ScopedVar$
See theScopedVar companion class
object ScopedVar

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

class Assignment[T](scVar: ScopedVar[T], value: T)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class VarBox[A](var value: A)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def withScopedVars[T](ass: Assignment[_]*)(body: => T): T

Implicits

Implicits

implicit def toValue[T](scVar: ScopedVar[T]): T