AndTaggingF

com.softwaremill.tagging.`package`.AndTaggingF
final implicit class AndTaggingF[F[_], T, U](val ft: F[T @@ U]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def andTaggedWithF[V]: F[T @@ (U & V)]
def eraseTagF: F[T]
def replaceTag[V]: F[T @@ V]

Concrete fields

val ft: F[T @@ U]