Header menu logo FSharp.Data.Adaptive

IOpReader<'State, 'Delta> Type

An adaptive reader thath allows to get operations and also exposes its current state.

Instance members

Instance member Description

this.State

Full Usage: this.State

Returns: 'State
Modifiers: abstract

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

Returns: 'State

this.Trace

Full Usage: this.Trace

Returns: Traceable<'State, 'Delta>
Modifiers: abstract

The Traceable instance for the reader.

Returns: Traceable<'State, 'Delta>

Type something to start searching.