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

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product