Slate

ostrat.geom.Slate$
See theSlate companion trait
object Slate

Companion object for the Slate type class. Contains implicit instances for collections and other container classes.

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Slate.type

Members list

Concise view

Implicits

Implicits

implicit def arrImplicit[A](implicit ev: Slate[A]): Slate[RArr[A]]
implicit def arrayImplicit[A](implicit ct: ClassTag[A], ev: Slate[A]): Slate[Array[A]]
implicit def functorImplicit[A, F[_]](implicit evF: Functor[F], evA: Slate[A]): Slate[F[A]]