T
- Data channel type to extract payload fromR
- Return type.public interface PayloadFunction<T,R>
Modifier and Type | Method and Description |
---|---|
R |
apply(T channel,
int idx,
int step)
Extract a payload from either an evenly on unevenly sampled channel.
|