final class SourcesAsRunnerMap[T <: Txn[T]] extends MapObjLike[T, String, Form[T]]
A runner map with constant keys, and values being either stm.Obj
sources or forms such as Const.Expanded
.
This is used in FScape and Wolkenpumpe.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourcesAsRunnerMap
- MapObjLike
- Disposable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def changed: Observable[T, Update[String, Form[T]]]
- Definition Classes
- SourcesAsRunnerMap → MapObjLike
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def contains(key: String)(implicit tx: T): Boolean
Searches for the map for a given key.
Searches for the map for a given key.
- key
the key to search for
- returns
true
if the key is in the map,false
otherwise
- Definition Classes
- SourcesAsRunnerMap → MapObjLike
- def dispose()(implicit tx: T): Unit
- Definition Classes
- SourcesAsRunnerMap → Disposable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get(key: String)(implicit tx: T): Option[Form[T]]
Queries the value for a given key.
Queries the value for a given key.
- key
the key to look for
- returns
the value if it was found at the key, otherwise
None
- Definition Classes
- SourcesAsRunnerMap → MapObjLike
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def isEmpty(implicit tx: T): Boolean
- Definition Classes
- SourcesAsRunnerMap → MapObjLike
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty(implicit tx: T): Boolean
- Definition Classes
- SourcesAsRunnerMap → MapObjLike
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated