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

Members list

Concise view

Implicits

Implicits

implicit def arrImplicit[A, AA <: Arr[A]](implicit build: ArrMapBuilder[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]]