t

aecor.data

ActionTFunctions

trait ActionTFunctions extends AnyRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionTFunctions
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def append[F[_], S, E](e: NonEmptyChain[E])(implicit arg0: Applicative[F]): ActionT[F, S, E, Unit]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def expandK[F[_], S1, S2, E](update: (S2, S1) => S2)(extract: (S2) => S1)(implicit arg0: Functor[F]): ~>[[δ$8$]ActionT[F, S1, E, δ$8$], [δ$9$]ActionT[F, S2, E, δ$9$]]
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def liftF[F[_], S, E, A](fa: F[A])(implicit arg0: Functor[F]): ActionT[F, S, E, A]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. def pure[F[_], S, E, A](a: A)(implicit arg0: Applicative[F]): ActionT[F, S, E, A]
  19. def read[F[_], S, E](implicit arg0: Monad[F]): ActionT[F, S, E, S]
  20. def reset[F[_], S, E](implicit arg0: Applicative[F]): ActionT[F, S, E, Unit]
  21. def sampleK[F[_], S, E1, Env, E2](getEnv: F[Env])(update: (Env, E1) => E2)(extract: (E2) => E1)(implicit arg0: Monad[F]): ~>[[δ$0$]ActionT[F, S, E1, δ$0$], [δ$1$]ActionT[F, S, E2, δ$1$]]
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  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. def xmapEventsK[F[_], S, E1, E2, R](to: (E1) => E2, from: (E2) => E1)(implicit arg0: Functor[F]): ~>[[δ$4$]ActionT[F, S, E1, δ$4$], [δ$5$]ActionT[F, S, E2, δ$5$]]

Inherited from AnyRef

Inherited from Any

Ungrouped