D | View.java | 157 name, description, measure, aggregation, columns, AggregationWindow.Cumulative.create()); in create() 216 Function<? super Cumulative, T> p0, in match() argument 230 public abstract static class Cumulative extends AggregationWindow { class in View.AggregationWindow 232 private static final Cumulative CUMULATIVE = 235 Cumulative() {} in Cumulative() method in View.AggregationWindow.Cumulative 245 public static Cumulative create() { in create() 251 Function<? super Cumulative, T> p0, in match() argument 299 Function<? super Cumulative, T> p0, in match() argument
|