Header menu logo Sutil

ObservableStore.Store<'Model> Type

Constructors

Constructor Description

Store(init, dispose)

Full Usage: Store(init, dispose)

Parameters:
    init : unit -> 'Model
    dispose : 'Model -> unit

Returns: Store<'Model>
init : unit -> 'Model
dispose : 'Model -> unit
Returns: Store<'Model>

Instance members

Instance member Description

this.Dispose

Full Usage: this.Dispose

this.Name

Full Usage: this.Name

this.OnDispose

Full Usage: this.OnDispose

Parameters:
    f : unit -> unit

f : unit -> unit

this.Subscribe

Full Usage: this.Subscribe

Parameters:
Returns: IDisposable
observer : IObserver<'Model>
Returns: IDisposable

this.Update

Full Usage: this.Update

Parameters:
    f : 'Model -> 'Model

f : 'Model -> 'Model

this.Value

Full Usage: this.Value

Returns: 'Model
Returns: 'Model

Type something to start searching.