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