Get

turbolift.io.AtomicVar.Get
sealed trait Get[S]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AtomicVar[S]
class Lockful[S]

Members list

Value members

Abstract methods

def unsafeGet: S

Concrete methods

final def get: Computation[S, IO]
final def gets[A](f: S => A): Computation[A, IO]
final def getsEff[A, U <: IO](f: S => Computation[A, U]): Computation[A, U]