Logo Mibo

ReaderSetNode<'T> Type

An adaptive set over an external reader function. The reader is called on every read (poll); the node diffs the result against its state and emits the diff as the delta. Pull-based: nothing marks this node, so consumers must re-read it (FDA ASet.ofReader has the same pull model).

Constructors

Constructor Description

ReaderSetNode(reader)

Full Usage: ReaderSetNode(reader)

Parameters:
Returns: ReaderSetNode<'T>
reader : unit -> HashSet<'T>
Returns: ReaderSetNode<'T>

Type something to start searching.