STM

object STM
Companion:
class
Source:
STM.scala
class Object
trait Matchable
class Any
STM.type

Type members

Classlikes

object Make
Companion:
class
Source:
STM.scala
trait Make[F[_]]
Companion:
object
Source:
STM.scala

Value members

Concrete methods

def apply[F[_]](implicit S: STM[F]): STM[F]
Source:
STM.scala
def runtime[F[_]](implicit F: Make[F]): F[STM[F]]
Source:
STM.scala
def runtime[F[_]](n: Long)(implicit F: Make[F]): F[STM[F]]
Source:
STM.scala