Tag2Tag

@FunctionalInterface
trait Tag2Tag[InTag, OutTag]

A typeclass that describes how to transform an input tag into an output tag.

Companion:
object
Source:
Tag2Tag.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def convert(tag: InTag): OutTag