Name

final class Name extends AnyVal with Value[String]

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

Companion:
object
Source:
Counter.scala
trait Value[String]
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Counter.scala

Concrete fields