Header menu logo FSharp.Data.Adaptive

IIndexListReader<'T> Type

An adaptive reader for alist that allows to pull operations and exposes its current state.

Instance members

Instance member Description

this.State

Full Usage: this.State

Returns: IndexList<'T>
Modifiers: abstract

The latest state of the Reader. Note that the state gets updated after each evaluation (GetChanges)

Returns: IndexList<'T>

this.Trace

Full Usage: this.Trace

Returns: Traceable<IndexList<'T>, IndexListDelta<'T>>
Modifiers: abstract

The Traceable instance for the reader.

Returns: Traceable<IndexList<'T>, IndexListDelta<'T>>

Type something to start searching.