TagValue

com.avast.datadog4s.api.tag.TagValue
See theTagValue companion object
@FunctionalInterface
trait TagValue[A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Abstract methods

def convert(a: A): String

Concrete methods

def contramap[B](f: B => A): TagValue[B]