Tag2Tag

fs2.data.esp.Tag2Tag
See theTag2Tag companion object
@FunctionalInterface
trait Tag2Tag[InTag, OutTag]

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

Attributes

Companion
object
Source
Tag2Tag.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def convert(tag: InTag): OutTag

Attributes

Source
Tag2Tag.scala