Tagged

final case class Tagged[A, B](runTag: B)

A Tagged value is a value of type B with an attached phantom type A

Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product