Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BinaryDelta

Delta that represents the difference between two binary values.

DataType implementations that support binary deltas by returning a delta type implementation as the result of a diff operation diff. Two values of such a data type can be diffed to create a binary delta. The binary delta can later be applied to the first value to calculate the second value.

since

5.7

Hierarchy

  • BinaryDelta

Index

Methods

Methods

hasChanges

  • hasChanges(): boolean
  • Whether this delta contains any changes.

    Returns boolean

    if the delta contains changes