Exemple #1
0
 internal LoopingIntervalMapper(BufferedSliceStream <TTime, TValue> stream)
 {
     // Should only use this mapper on shut streams with a fixed ContinuousDuration.
     Debug.Assert(stream.IsShut);
     _stream = stream;
 }
Exemple #2
0
 internal IdentityIntervalMapper(BufferedSliceStream <TTime, TValue> stream)
 {
     _stream = stream;
 }