TransSim

ostrat.geom.TransSim
See theTransSim companion trait
object TransSim

Companion object for the TranSim transformation type class trait.

Attributes

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

Members list

Implicits

Implicits

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