EditAttrMap

class Object
trait Matchable
class Any

Value members

Concrete methods

def put[T <: Txn[LazyRef(...)]](map: AttrMap[T], key: String, value: Obj[T])(implicit tx: T): Unit
def putUndo[T <: Txn[LazyRef(...)]](map: AttrMap[T], key: String, value: Obj[T])(implicit tx: T, undo: UndoManager[T]): Unit
def remove[T <: Txn[LazyRef(...)]](map: AttrMap[T], key: String)(implicit tx: T): Unit
def removeDo[T <: Txn[LazyRef(...)]](map: AttrMap[T], key: String)(implicit tx: T): Unit
def removeUndo[T <: Txn[LazyRef(...)]](map: AttrMap[T], key: String)(implicit tx: T, undo: UndoManager[T]): Unit