Method TransformWithInlineUpdate
TransformWithInlineUpdate<TObject, TKey, TDestination>(IObservable<IChangeSet<TObject, TKey>>, Func<TObject, TDestination>, Action<TDestination, TObject>)
Declaration
public static IObservable<IChangeSet<TDestination, TKey>> TransformWithInlineUpdate<TObject, TKey, TDestination>(this IObservable<IChangeSet<TObject, TKey>> source, Func<TObject, TDestination> transformFactory, Action<TDestination, TObject> updateAction = null)
Parameters
Type |
Name |
Description |
IObservable<IChangeSet<TObject, TKey>> |
source |
|
Func<TObject, TDestination> |
transformFactory |
|
Action<TDestination, TObject> |
updateAction |
|
Returns
Type |
Description |
IObservable<IChangeSet<TDestination, TKey>> |
|
Type Parameters
Name |
Description |
TObject |
|
TKey |
|
TDestination |
|