AndTaggingF2

final implicit class AndTaggingF2[F1[_], F2[_], T, U](val ft: F1[F2[T @@ U]]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def andTaggedWithF2[V]: F1[F2[T @@ U & V]]
def eraseTagF2: F1[F2[T]]
def replaceTagF2[V]: F1[F2[T @@ V]]

Concrete fields

val ft: F1[F2[T @@ U]]