Implicits
object Implicits
Implicit conversions of Scala functions to Metric interfaces.
NOTE: no longer needed in Scala 2.12 and later.
Implicits
Implicits
implicit
Creates a MetricFilter from a regular Scala function that accepts a name and a metric and
returns a boolean: (String, Metric) => Boolean.
Creates a MetricFilter from a regular Scala function that accepts a name and a metric and
returns a boolean: (String, Metric) => Boolean.
- Value Params
- f
the function to convert
- Returns
a MetricFilter