Aff2Trans

ostrat.geom.Aff2Trans
See theAff2Trans companion trait
object Aff2Trans

The companion object for the Trans[T] type class, containing instances for common classes.

Attributes

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

Members list

Givens

Givens

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