Uses of Interface
io.opencensus.common.ToDoubleFunction
Packages that use ToDoubleFunction
Package
Description
This package describes the Metrics data model.
-
Uses of ToDoubleFunction in io.opencensus.implcore.metrics
Methods in io.opencensus.implcore.metrics with parameters of type ToDoubleFunctionModifier and TypeMethodDescription<T> voidDerivedDoubleCumulativeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) <T> voidDerivedDoubleGaugeImpl.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) -
Uses of ToDoubleFunction in io.opencensus.metrics
Methods in io.opencensus.metrics with parameters of type ToDoubleFunctionModifier and TypeMethodDescriptionabstract <T> voidDerivedDoubleCumulative.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries.abstract <T> voidDerivedDoubleGauge.createTimeSeries(List<LabelValue> labelValues, T obj, ToDoubleFunction<T> function) Creates aTimeSeries.