select
public static TimeChain<T, V> select<T extends Comparable<T>, V>(TimeChain<T, V> segments, T from, T to)
Selects a fragment of the given TimeChain
Return
a sub-chain of the input signal
Parameters
segments
original chain of segments
from
first time of interest for the caller
to
last time of interest for the caller
<T>
Time domain of the chain
<V>
value domain of the chain