ScopedVar

scala.scalanative.util.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
case class Unitialized() extends Exception

Attributes

Graph
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Implicits

Implicits

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