@refinio/one.models
Preparing search index...
models/LinkedList/LinkedListCrdtAlgorithm
LinkedListCrdtAlgorithm
Class LinkedListCrdtAlgorithm
Hierarchy
CrdtAlgorithmStandard
LinkedListCrdtAlgorithm
Index
Constructors
constructor
Properties
id
Methods
diff
initial
Diff
merge
Constructors
constructor
new
LinkedListCrdtAlgorithm
()
:
LinkedListCrdtAlgorithm
Returns
LinkedListCrdtAlgorithm
Properties
Readonly
id
id
:
"LinkedListCrdtAlgorithm"
= 'LinkedListCrdtAlgorithm'
Methods
diff
diff
(
value1
:
unknown
,
value2
:
unknown
)
:
Transformation
[]
Parameters
value1
:
unknown
value2
:
unknown
Returns
Transformation
[]
initial
Diff
initialDiff
(
value
:
unknown
)
:
Transformation
[]
Parameters
value
:
unknown
Returns
Transformation
[]
merge
merge
(
tree
:
ChildVersionTree
<
unknown
,
Transformation
[]
>
,
)
:
Promise
<
SHA256Hash
<
LinkedListEntry
>
>
Parameters
tree
:
ChildVersionTree
<
unknown
,
Transformation
[]
>
Returns
Promise
<
SHA256Hash
<
LinkedListEntry
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
id
Methods
diff
initial
Diff
merge
@refinio/one.models
Loading...