Rotate

ostrat.geom.Rotate
See theRotate companion trait
object Rotate

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
Rotate.type

Members list

Givens

Givens

given arrEv[A, AA <: Arr[A]](using build: BuilderArrMap[A, AA], ev: Rotate[A]): Rotate[AA]
given arrayEv[A](using ct: ClassTag[A], ev: Rotate[A]): Rotate[Array[A]]
given functorEv[A, F[_]](using evF: Functor[F], evA: Rotate[A]): Rotate[F[A]]