Package io.opencensus.implcore.stats
Class RecordUtils.CreateMutableSumDouble
java.lang.Object
io.opencensus.implcore.stats.RecordUtils.CreateMutableSumDouble
- All Implemented Interfaces:
Function<Measure.MeasureDouble,
MutableAggregation>
- Enclosing class:
RecordUtils
private static final class RecordUtils.CreateMutableSumDouble
extends Object
implements Function<Measure.MeasureDouble,MutableAggregation>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionApplies the function to the given argument.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
CreateMutableSumDouble
private CreateMutableSumDouble()
-
-
Method Details
-
apply
Description copied from interface:Function
Applies the function to the given argument.- Specified by:
apply
in interfaceFunction<Measure.MeasureDouble,
MutableAggregation> - Parameters:
arg
- the argument to the function.- Returns:
- the result of the function.
-