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