ScalarTag

org.saddle.scalar.ScalarTag$
See theScalarTag companion trait
object ScalarTag

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ScalarTag.type

Members list

Implicits

Implicits

implicit val stBool: ScalarTag[Boolean]
implicit val stByte: ScalarTag[Byte]
implicit val stChar: ScalarTag[Char]
implicit val stDouble: ScalarTag[Double]
implicit val stFloat: ScalarTag[Float]
implicit val stInt: ScalarTag[Int]
implicit val stLong: ScalarTag[Long]
implicit val stShort: ScalarTag[Short]
implicit val stString: ScalarTag[String]

Inherited implicits

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

Attributes

Inherited from:
ScalarTagImplicitsL1 (hidden)
implicit def stPrd[T <: Product](implicit ev: ClassTag[T]): ScalarTag[T]

Attributes

Inherited from:
ScalarTagImplicits (hidden)