ST

sealed abstract
class ST[S, A]

Purely functional mutable state threads. Based on JL and SPJ's paper "Lazy Functional State Threads"

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def flatMap[B](g: A => ST[S, B]): ST[S, B]
def map[B](g: A => B): ST[S, B]