Exemple #1
0
 protected override ISortedStream <TOut, TKey> CreateOutputStream(EnsureSortedArgs <TOut, TKey> args)
 {
     return(base.CreateSortedStream(args.Input.Observable.ExceptionOnUnsorted(args.SortDefinition, false), args.SortDefinition));
 }
Exemple #2
0
 public EnsureSortedStreamNode(string name, EnsureSortedArgs <TOut, TKey> args) : base(name, args)
 {
 }