Header menu logo FSharp.Data.Adaptive

IAdaptiveIndexList<'T> Type

Adaptive list datastructure.

Instance members

Instance member Description

this.Content

Full Usage: this.Content

Returns: aval<IndexList<'T>>
Modifiers: abstract

The current content of the list as aval.

Returns: aval<IndexList<'T>>

this.GetReader

Full Usage: this.GetReader

Returns: IIndexListReader<'T>
Modifiers: abstract

Gets a new reader to the list.

Returns: IIndexListReader<'T>

this.History

Full Usage: this.History

Returns: History<IndexList<'T>, IndexListDelta<'T>> option
Modifiers: abstract

Gets the underlying History instance for the alist (if any)

Returns: History<IndexList<'T>, IndexListDelta<'T>> option

this.IsConstant

Full Usage: this.IsConstant

Returns: bool
Modifiers: abstract

Is the list constant?

Returns: bool

Type something to start searching.