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