IORef

foperator.internal.IORef
See theIORef companion object
trait IORef[IO[_], T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def modify[R](f: T => IO[(T, R)]): IO[R]
def modify_(f: T => IO[T]): IO[Unit]
def readLast: IO[T]
def update_(f: T => T): IO[Unit]