Header menu logo FSharp.Data.Adaptive

ChangeableModelMap<'K, 'V, 'C, 'A> Type

Constructors

Constructor Description

ChangeableModelMap(map, init, update, view)

Full Usage: ChangeableModelMap(map, init, update, view)

Parameters:
    map : HashMap<'K, 'V>
    init : 'V -> 'C
    update : 'C -> 'V -> 'C
    view : 'C -> 'A

Returns: ChangeableModelMap<'K, 'V, 'C, 'A>
map : HashMap<'K, 'V>
init : 'V -> 'C
update : 'C -> 'V -> 'C
view : 'C -> 'A
Returns: ChangeableModelMap<'K, 'V, 'C, 'A>

Instance members

Instance member Description

this.Current

Full Usage: this.Current

Returns: aval<HashMap<'K, 'V>>
Returns: aval<HashMap<'K, 'V>>

this.GetReader

Full Usage: this.GetReader

Returns: IOpReader<HashMap<'K, 'A>, HashMapDelta<'K, 'A>>
Returns: IOpReader<HashMap<'K, 'A>, HashMapDelta<'K, 'A>>

this.Update

Full Usage: this.Update

Parameters:
value : HashMap<'K, 'V>

Type something to start searching.