AttrUpdate

sealed
trait AttrUpdate[T <: Txn[T]] extends Update[T]
trait Update[T]
class Object
trait Matchable
class Any
class AttrAdded[T]
class AttrRemoved[T]

Value members

Abstract methods

Concrete methods

final
def key: String

Inherited methods

def proc: Proc[T]
Inherited from
Update