Header menu logo FSharp.Data.Adaptive

IAdaptiveValue<'T> Type

Represents a dependency-aware value that may change as changes are fed into the system. An AdaptiveValue cannot be changed directly but gets updated by the dependency graph. For changeable inputs see cval<'T>

Instance members

Instance member Description

this.GetValue

Full Usage: this.GetValue

Parameters:
Returns: 'T
Modifiers: abstract

Evaluates the AdaptiveValue<'T> using the given token and returns the current value. Dependencies will be tracked automatically when the token is correctly passed to all inner evaluation-calls.

token : AdaptiveToken
Returns: 'T

Type something to start searching.