TransM3

ostrat.geom.TransM3
See theTransM3 companion trait
object TransM3

Companion object for the TransM3[T] type class, contains implicit instances for collections and other container classes.

Attributes

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

Members list

Implicits

Implicits

implicit def arrImplicit[A, AA <: Arr[A]](implicit build: BuilderArrMap[A, AA], ev: TransM3[A]): TransM3[AA]
implicit def arrayImplicit[A](implicit ct: ClassTag[A], ev: TransM3[A]): TransM3[Array[A]]
implicit def functorImplicit[A, F[_]](implicit evF: Functor[F], evA: TransM3[A]): TransM3[F[A]]