Modification

sealed class Modification<VALUE>

Types

Remove
Link copied to clipboard
common
class Remove(oldRevision: Int) : OutgoingContextUpdate.Modification<Any>
Set
Link copied to clipboard
common
class Set<VALUE>(oldRevision: Int?, newRevision: Int, newValue: VALUE) : OutgoingContextUpdate.Modification<VALUE>

Inheritors

OutgoingContextUpdate.Modification
Link copied to clipboard
OutgoingContextUpdate.Modification
Link copied to clipboard