Logo Mibo

OfAvalSetNode<'T, 'S> Type

An adaptive set over an adaptive value of a sequence. Every change of the value replaces the whole state and emits the diff as the delta (the value carries no deltas; this node is the rebuild boundary, like FDA ASet.ofAVal).

Constructors

Constructor Description

OfAvalSetNode(value)

Full Usage: OfAvalSetNode(value)

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

Type something to start searching.