Help

Companion:
class
Source:
Metric.scala
class Object
trait Matchable
class Any
Help.type

Value members

Inherited methods

def from(a: String): Either[String, B]

Parse from the given cakye

Parse from the given cakye

Value parameters:
a

value from which to parse a gauge name

Returns:

a parsed B or failure message, represented by an scala.Either

Inherited from:
Refined
Source:
Refined.scala
def unsafeFrom(a: String): B

Unsafely parse a B from the given A

Unsafely parse a B from the given A

Value parameters:
a

value from which to parse a counter name

Returns:

a parsed B

Throws:
java.lang.IllegalArgumentException

if a is not valid

Inherited from:
Refined
Source:
Refined.scala

Implicits

Inherited implicits

implicit val catsInstances: Hash[Help] & Order[Help] & Show[Help]
Inherited from:
Refined
Source:
Refined.scala