Package com.itrsgroup.collection.instr
Interface DimensionalMetricMap.NamespacedConsumer<T>
- Type Parameters:
T- value type
- Enclosing class:
DimensionalMetricMap<T>
public static interface DimensionalMetricMap.NamespacedConsumer<T>
Map value consumer.
-
Method Summary
-
Method Details
-
accept
Accept an entry in the map.- Parameters:
namespace- metric namespacemetric- metric namedimensions- dimensionsvalue- value- Returns:
- true if iteration should continue, false it iteration should halt
- Since:
- 5.4.0
-