object EntityT extends EntityRunFunctions

Linear Supertypes
EntityRunFunctions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityT
  2. EntityRunFunctions
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. implicit def clockForEntityT[F[_], S, E](implicit arg0: Functor[F], arg1: Clock[F], A0: Applicative[[δ$4$]EntityT[F, S, E, δ$4$]]): Clock[[δ$5$]EntityT[F, S, E, δ$5$]]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. implicit def instance[F[_], S, E](implicit arg0: Monad[F]): Entity[[δ$2$]EntityT[F, S, E, δ$2$], S, E] with Monad[[δ$3$]EntityT[F, S, E, δ$3$]]

    Given that a monad instance can be found for F, this provides an EntityT transformer instance for it.

    Given that a monad instance can be found for F, this provides an EntityT transformer instance for it. This is used by deployEntity: the createEntity creator for entity algebra can thus be injected with an instance of Entity[F[_]] interpreted with EntityT[F, S, E, *]

  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def liftF[F[_], S, E, A](fa: F[A])(implicit arg0: Functor[F]): EntityT[F, S, E, A]
  14. implicit def liftK[F[_], S, E](implicit arg0: Functor[F]): ~>[F, [δ$0$]EntityT[F, S, E, δ$0$]]
  15. implicit def loggerForEntityT[F[_], S, E](implicit arg0: Functor[F], logger: Logger[F]): Logger[[δ$8$]EntityT[F, S, E, δ$8$]]
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def pure[F[_], S, E, A](a: A)(events: Chain[E])(implicit arg0: Applicative[F]): F[Folded[E, A]]
    Definition Classes
    EntityRunFunctions
  20. def purr[F[_], S, E, A](a: A)(implicit arg0: Applicative[F]): EntityT[F, S, E, A]
  21. def read[F[_], S, E](folder: EventsFolder[S, E], events: Chain[E])(implicit arg0: Monad[F]): F[Folded[E, Option[S]]]
    Definition Classes
    EntityRunFunctions
  22. def reader[F[_], S, E](implicit arg0: Monad[F]): EntityT[F, S, E, Option[S]]
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def write[F[_], S, E](newEvents: NonEmptyChain[E])(existingEvents: Chain[E])(implicit arg0: Applicative[F]): F[Folded[E, Unit]]
    Definition Classes
    EntityRunFunctions
  29. def writer[F[_], S, E](newEvents: NonEmptyChain[E])(implicit arg0: Applicative[F]): EntityT[F, S, E, Unit]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from EntityRunFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped