STM

io.github.timwspence.cats.stm.STM
See theSTM companion trait
object STM

Attributes

Companion
trait
Source
STM.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
STM.type

Members list

Type members

Classlikes

object Make

Attributes

Companion
trait
Source
STM.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Make.type
trait Make[F[_]]

Attributes

Companion
object
Source
STM.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](implicit S: STM[F]): S.type

Attributes

Source
STM.scala
def runtime[F[_]](implicit F: Make[F]): F[STM[F]]

Attributes

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

Attributes

Source
STM.scala