Exemple #1
0
 protected override IKeyedStream <TIn, TKey> CreateOutputStream(DistinctSortedArgs <TIn, TKey> args)
 {
     return(base.CreateKeyedStream(args.InputStream.Observable.DistinctUntilChanged(args.InputStream.SortDefinition), args.InputStream.SortDefinition));
 }
Exemple #2
0
 public DistinctSortedStreamNode(string name, DistinctSortedArgs <TIn, TKey> args) : base(name, args)
 {
 }