Committable

trait Committable[V]

Indicates that a class stores buffered changes that can be committed or reverted

class Object
trait Matchable
class Any
class LevelState[V]

Value members

Abstract methods

def commit(unchange: V => V): Unit

Commits the buffered changes.

Commits the buffered changes.

def release(): Unit

Releases (reverts) the buffered changes.

Releases (reverts) the buffered changes.