RepresentableStoreT

cats.data.RepresentableStoreT
See theRepresentableStoreT companion class

Attributes

Companion
class
Source
RepresentableStoreT.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def pure[W[_], F[_], S, A](x: A)(implicit W: Applicative[W], F: Aux[F, S], S: Monoid[S]): RepresentableStoreT[W, F, S, A]

Attributes

Source
RepresentableStoreT.scala

Implicits

Implicits

implicit def comonadForStoreT[W[_] : Comonad, F[_], S]: Comonad[[_] =>> RepresentableStoreT[W, F, S, _$10]]

Attributes

Source
RepresentableStoreT.scala

Inherited implicits

implicit def applicativeForStoreT[W[_], F[_], S](implicit W: Applicative[W], F: Aux[F, S], S: Monoid[S]): Applicative[[_] =>> RepresentableStoreT[W, F, S, _$14]]

Attributes

Inherited from:
RepresentableStoreTInstances1
Source
RepresentableStoreT.scala
implicit def functorForStoreT[W[_] : Functor, F[_], S]: Functor[[_] =>> RepresentableStoreT[W, F, S, _$18]]

Attributes

Inherited from:
RepresentableStoreTInstances2
Source
RepresentableStoreT.scala