Logo Mibo

OfAvalListNode<'T, 'S> Type

An adaptive list over an adaptive value of a sequence (FDA AList.ofAVal parity). Every change of the value replaces the whole state and emits the positional diff as the delta. Poll model: the value is re-read on every read; the diff runs only when its version moved.

Constructors

Constructor Description

OfAvalListNode(value)

Full Usage: OfAvalListNode(value)

Parameters:
Returns: OfAvalListNode<'T, 'S>
value : IAdaptiveValue<'S>
Returns: OfAvalListNode<'T, 'S>

Type something to start searching.