ScalarTagImplicits

org.saddle.scalar.ScalarTagImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ScalarTag.type

Members list

Concise view

Implicits

Implicits

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

Inherited implicits

implicit def stAnyRef[T <: AnyRef](implicit ev: ClassTag[T]): ScalarTag[T]

Attributes

Inherited from:
ScalarTagImplicitsL1