Header menu logo FSharp.Data.Adaptive

amap<'Key, 'Value> Type

Adaptive map datastructure.

Instance members

Instance member Description

this.Content

Full Usage: this.Content

Returns: aval<HashMap<'Key, 'Value>>
Modifiers: abstract

the current content of the map as aval.

Returns: aval<HashMap<'Key, 'Value>>

this.History

Full Usage: this.History

Returns: History<HashMap<'Key, 'Value>, HashMapDelta<'Key, 'Value>> option
Modifiers: abstract

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

Returns: History<HashMap<'Key, 'Value>, HashMapDelta<'Key, 'Value>> option

this.IsConstant

Full Usage: this.IsConstant

Returns: bool
Modifiers: abstract

is the map constant?

Returns: bool

Type something to start searching.