scalaz

StoreTCopointed

trait StoreTCopointed[F[+_], A0] extends Copointed[[+α]StoreT[F, A0, α]] with StoreTFunctor[F, A0]

Source
StoreT.scala
Linear Supertypes
StoreTFunctor[F, A0], Copointed[[+α]StoreT[F, A0, α]], Functor[[+α]StoreT[F, A0, α]], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StoreTCopointed
  2. StoreTFunctor
  3. Copointed
  4. Functor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait FunctorLaw extends AnyRef

    Definition Classes
    Functor

Abstract Value Members

  1. implicit abstract def F: Copointed[F]

    Definition Classes
    StoreTCopointedStoreTFunctor

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[A, B](fa: StoreT[F, A0, A])(f: (A) ⇒ B): StoreT[F, A0, B]

    Alias for map.

    Alias for map.

    Definition Classes
    Functor
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def compose[G[_]](implicit G0: Functor[G]): Functor[[α]StoreT[F, A0, G[α]]]

    The composition of Functors F and G, [x]F[G[x]], is a Functor

    The composition of Functors F and G, [x]F[G[x]], is a Functor

    Definition Classes
    Functor
  10. def copoint[A](p: StoreT[F, A0, A]): A

    Also known as extract / copure

    Also known as extract / copure

    Definition Classes
    StoreTCopointedCopointed
  11. val copointedSyntax: CopointedSyntax[[+α]StoreT[F, A0, α]]

    Definition Classes
    Copointed
  12. def copure[A](p: StoreT[F, A0, A]): A

    alias for copoint

    alias for copoint

    Definition Classes
    Copointed
  13. def counzip[A, B](a: \/[StoreT[F, A0, A], StoreT[F, A0, B]]): StoreT[F, A0, \/[A, B]]

    Definition Classes
    Functor
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def fpair[A](fa: StoreT[F, A0, A]): StoreT[F, A0, (A, A)]

    Twin all As in fa.

    Twin all As in fa.

    Definition Classes
    Functor
  18. def functorLaw: FunctorLaw

    Definition Classes
    Functor
  19. val functorSyntax: FunctorSyntax[[+α]StoreT[F, A0, α]]

    Definition Classes
    Functor
  20. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def lift[A, B](f: (A) ⇒ B): (StoreT[F, A0, A]) ⇒ StoreT[F, A0, B]

    Lift f into F.

    Lift f into F.

    Definition Classes
    Functor
  24. def map[A, B](fa: StoreT[F, A0, A])(f: (A) ⇒ B): StoreT[F, A0, B]

    Lift f into F and apply to F[A].

    Lift f into F and apply to F[A].

    Definition Classes
    StoreTFunctorFunctor
  25. def mapply[A, B](a: A)(f: StoreT[F, A0, (A) ⇒ B]): StoreT[F, A0, B]

    Lift apply(a), and apply the result to f.

    Lift apply(a), and apply the result to f.

    Definition Classes
    Functor
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def product[G[_]](implicit G0: Functor[G]): Functor[[α](StoreT[F, A0, α], G[α])]

    The product of Functors F and G, [x](F[x], G[x]]), is a Functor

    The product of Functors F and G, [x](F[x], G[x]]), is a Functor

    Definition Classes
    Functor
  30. def strengthL[A, B](a: A, f: StoreT[F, A0, B]): StoreT[F, A0, (A, B)]

    Inject a to the left of Bs in f.

    Inject a to the left of Bs in f.

    Definition Classes
    Functor
  31. def strengthR[A, B](f: StoreT[F, A0, A], b: B): StoreT[F, A0, (A, B)]

    Inject b to the right of As in f.

    Inject b to the right of As in f.

    Definition Classes
    Functor
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def void[A](fa: StoreT[F, A0, A]): StoreT[F, A0, Unit]

    Empty fa of meaningful pure values, preserving its structure.

    Empty fa of meaningful pure values, preserving its structure.

    Definition Classes
    Functor
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from StoreTFunctor[F, A0]

Inherited from Copointed[[+α]StoreT[F, A0, α]]

Inherited from Functor[[+α]StoreT[F, A0, α]]

Inherited from AnyRef

Inherited from Any

Ungrouped