Header menu logo FSharp.Data.Adaptive

IAdaptiveValue 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.

Instance members

Instance member Description

this.Accept

Full Usage: this.Accept

Parameters:
Returns: 'R
Modifiers: abstract
Type parameters: 'R

Visits the IAdaptiveValue using the given visitor. This is useful for "magically" summoning the generic argument in an existential way.

arg0 : IAdaptiveValueVisitor<'R>
Returns: 'R

this.ContentType

Full Usage: this.ContentType

Returns: Type
Modifiers: abstract

The (statically known) type of the returned value.

Returns: Type

this.GetValueUntyped

Full Usage: this.GetValueUntyped

Parameters:
Returns: obj
Modifiers: abstract

Evaluates the AdaptiveValue 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.

arg0 : AdaptiveToken
Returns: obj

Type something to start searching.