FSharp.Qualia


CollectionsHelper

Namespace: FSharp.Qualia

Derived Collections helpers

Functions and values

Function or valueDescription
createDerivedCollection (...)
Signature: view:IView<'Event> -> creator:('ItemModel -> 'ItemView) -> coll:ObservableCollection<'ItemModel> -> DerivedCollection<'ItemModel,'ItemView>
Type parameters: 'Event, 'ItemModel, 'ItemView

Will create a derived collection for a view Each source item will be mapped to a view item in the derived collection, and this view is composed in the main view during addition

Fork me on GitHub