Function indicator::ticked::tumbling::cached::cached[][src]

pub fn cached<M: TumblingWindow, I, Q: QueueCapAtLeast<LEN, Item = I>, P, const LEN: usize>(
    mode: M,
    op: P
) -> TumblingOperator<M, Q, Cached<P>, LEN> where
    P: CachedOperation<I, Q, LEN>, 
Expand description

Create a cached tumbling operator.