Searched defs:Cumulative (Results 1 – 2 of 2) sorted by relevance
216 Function<? super Cumulative, T> p0, in match()230 public abstract static class Cumulative extends AggregationWindow { class in View.AggregationWindow235 Cumulative() {} in Cumulative() method in View.AggregationWindow.Cumulative251 Function<? super Cumulative, T> p0, in match()299 Function<? super Cumulative, T> p0, in match()
49 Cumulative = 1 // Cumulative counters keep their value after reading. enumerator