Name

prometheus4cats.Counter$.Name
See theName companion object
final case class Name extends AnyVal, Value[String]

Refined value class for a counter name that has been parsed from a string

Attributes

Companion
object
Source
Counter.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[String]
class AnyVal
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Value -> Any
Inherited from:
Value
Source
Refined.scala