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