RemotePatch
class RemotePatch(val root: Long, changed: Collection<RemoteNode>, removed: Collection<Long>)(source)
Immutable changes between two successive complete declaration trees. Applying a patch validates the entire candidate before returning it, leaving the previous tree intact on failure.
Properties
Functions
Link copied to clipboard
Builds and validates the candidate without changing previous.