public class TimeseriesBinaryFn extends Object implements BinaryOperator<Result<TimeseriesResultValue>>
| Constructor and Description |
|---|
TimeseriesBinaryFn(Granularity granularity,
List<AggregatorFactory> aggregations) |
| Modifier and Type | Method and Description |
|---|---|
Result<TimeseriesResultValue> |
apply(Result<TimeseriesResultValue> arg1,
Result<TimeseriesResultValue> arg2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmaxBy, minByandThenpublic TimeseriesBinaryFn(Granularity granularity, List<AggregatorFactory> aggregations)
public Result<TimeseriesResultValue> apply(Result<TimeseriesResultValue> arg1, Result<TimeseriesResultValue> arg2)
apply in interface BiFunction<Result<TimeseriesResultValue>,Result<TimeseriesResultValue>,Result<TimeseriesResultValue>>Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.