Skip to content

SortAndBind with resorter #957

Answered by JakenVeina
aguahombre asked this question in Q&A
Discussion options

You must be logged in to vote

The following overload would do the trick, yeah?

public static IObservable<IChangeSet<TObject, TKey>> SortAndBind<TObject, TKey>(
        this    IObservable<IChangeSet<TObject, TKey>>  source,
                IList<TObject>                          targetList,
                IObservable<IComparer<TObject>>         comparerChanged)
    where TObject : notnull
    where TKey : notnull;

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@aguahombre
Comment options

Answer selected by aguahombre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants