@Immutable public abstract static class View.AggregationWindow extends Object
View.| Modifier and Type | Class and Description |
|---|---|
static class |
View.AggregationWindow.Cumulative
Cumulative (infinite interval) time
AggregationWindow. |
static class |
View.AggregationWindow.Interval
Interval (finite interval) time
AggregationWindow. |
| Modifier and Type | Method and Description |
|---|---|
abstract <T> T |
match(Function<? super View.AggregationWindow.Cumulative,T> p0,
Function<? super View.AggregationWindow.Interval,T> p1,
Function<? super View.AggregationWindow,T> defaultFunction)
Applies the given match function to the underlying data type.
|
public abstract <T> T match(Function<? super View.AggregationWindow.Cumulative,T> p0, Function<? super View.AggregationWindow.Interval,T> p1, Function<? super View.AggregationWindow,T> defaultFunction)