Header menu logo FSharp.Data.Adaptive

IHashMapReader<'Key, 'Value> Type

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

Instance members

Instance member Description

this.State

Full Usage: this.State

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

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

Returns: HashMap<'Key, 'Value>

this.Trace

Full Usage: this.Trace

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

The Traceable instance for the reader.

Returns: Traceable<HashMap<'Key, 'Value>, HashMapDelta<'Key, 'Value>>

Type something to start searching.