ScopedVar

org.finos.morphir.util.ScopedVar$
See theScopedVar companion class
object ScopedVar

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ScopedVar.type

Members list

Type members

Classlikes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Unitialized() extends Exception

Attributes

Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

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

Implicits

Implicits

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