FSharp.Qualia


DerivedCollection<'a, 'b>

Namespace: FSharp.Qualia

Collection based on a source observable collection, with a mapping function. Each modification to the source collection will be reflected on the derived one. Replace, Move and Reset events are not handled correctly at the time.

Constructors

ConstructorDescription
new(src, f)
Signature: (src:ObservableCollection<'a> * f:('a -> 'b)) -> DerivedCollection<'a,'b>
Fork me on GitHub