Packages

object STM

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. STM
  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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. final def atomically[F[+_], A](stm: STM[F, A])(implicit R: Runtime[Any], A: Async[F]): F[A]
  6. final def check[F[+_]](p: Boolean): STM[F, Unit]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def collectAll[F[+_], A](i: Iterable[STM[F, A]]): STM[F, List[A]]
  9. final def die[F[+_]](t: Throwable): STM[F, Nothing]
  10. final def dieMessage[F[+_]](m: String): STM[F, Nothing]
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def fail[F[+_]](e: Throwable): STM[F, Nothing]
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def foreach[F[+_], A, B](as: Iterable[A])(f: (A) ⇒ STM[F, B]): STM[F, List[B]]
  16. final def fromEither[F[+_], A](e: Either[Throwable, A]): STM[F, A]
  17. final def fromTry[F[+_], A](a: ⇒ Try[A]): STM[F, A]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def partial[F[+_], A](a: ⇒ A): STM[F, A]
  25. final def retry[F[+_]]: STM[F, Nothing]
  26. final def succeed[F[+_], A](a: ⇒ A): STM[F, A]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def unit[F[+_]]: STM[F, Unit]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. final def succeedLazy[F[+_], A](a: ⇒ A): STM[F, A]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0.0) use succeed

Inherited from AnyRef

Inherited from Any

Ungrouped