protected override IKeyedStream <TOut, TKey> CreateOutputStream(EnsureKeyedArgs <TOut, TKey> args) { return(base.CreateKeyedStream(args.Input.Observable.ExceptionOnUnsorted(args.SortDefinition, true), args.SortDefinition)); }
public EnsureKeyedStreamNode(string name, EnsureKeyedArgs <TOut, TKey> args) : base(name, args) { }