ResourceTag

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

@implicitAmbiguous("\n\nCould not find an implicit ResourceTag instance for type ${HKF}[${F}]\n".+("This is likely because ${HKF} is subject to type erasure. You can implement a ResourceTag manually ").+("or wrap the item you are trying to store/access, in some monomorphic case class that is not subject ").+("to type erasure\n\n"))
implicit def notProvided3[HKF <: ([_$14 <: ([_$15] =>> Any)] =>> Any), F <: ([_$16] =>> Any)](ct: ClassTag[HKF[F]]): ResourceTag[HKF[F]]
Inhertied from
LowPriorityImplicits
implicit def notProvided2[F <: ([_$13] =>> Any), A](ct: ClassTag[F[A]]): ResourceTag[F[A]]
Inhertied from
LowPriorityImplicits
implicit def notProvided4[HKF <: ([_$17 <: ([_$18] =>> Any)] =>> Any), F <: ([_$19] =>> Any)](ct: ClassTag[HKF[F]]): ResourceTag[HKF[F]]
Inhertied from
LowPriorityImplicits
@implicitAmbiguous("\n\nCould not find an implicit ResourceTag instance for type ${F}[${A}]\n".+("This is likely because ${F} is subject to type erasure. You can implement a ResourceTag manually ").+("or wrap the item you are trying to store/access, in some monomorphic case class that is not subject ").+("to type erasure\n\n"))
implicit def notProvided1[F <: ([_$12] =>> Any), A](ct: ClassTag[F[A]]): ResourceTag[F[A]]
Inhertied from
LowPriorityImplicits
implicit def classBasedInstance[A](ct: ClassTag[A]): ResourceTag[A]
Inhertied from
LowPriorityImplicits