OutputUpdate

sealed trait OutputUpdate[T <: Txn[T]] extends Update[T]
trait Update[T]
class Object
trait Matchable
class Any
class OutputAdded[T]
class OutputRemoved[T]

Value members

Abstract methods

Concrete methods

final def key: String

Inherited methods

def proc: Proc[T]
Inherited from
Update