LabelApply

prometheus4cats.internal.LabelApply
See theLabelApply companion object
abstract class LabelApply[F[_], A, T, B, L[_[_], _, _]]

Attributes

Companion
object
Source
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class WithCallbacks[F, A, A0, T, B, L]

Members list

Value members

Abstract methods

def apply[C](name: Name, toString: B => String)(implicit initLast: Aux[T, B, C]): LabelledMetricDsl[F, A, C, L]

Attributes

Source
package.scala

Concrete methods

def apply[C](name: Name)(implicit show: Show[B], initLast: Aux[T, B, C]): LabelledMetricDsl[F, A, C, L]

Attributes

Source
package.scala