ScalarTagImplicits

class Object
trait Matchable
class Any
object ScalarTag.type

Implicits

Implicits

implicit def stPrd[T <: Product](implicit ev: ClassTag[T]): ScalarTagProduct[T]

Inherited implicits

implicit def stAny[T](implicit ev: ClassTag[T]): ScalarTagAny[T]
Inherited from:
ScalarTagImplicitsL3
implicit def stAnyRef[T <: AnyRef](implicit ev: ClassTag[T]): ScalarTagAny[T]
Inherited from:
ScalarTagImplicitsL2
implicit def stAnyVal[T <: AnyVal](implicit ev: ClassTag[T]): ScalarTagAny[T]
Inherited from:
ScalarTagImplicitsL1