RotateM3T

ostrat.geom.RotateM3T
See theRotateM3T companion trait
object RotateM3T

Companion object for the Rotate[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
RotateM3T.type

Members list

Implicits

Implicits

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