Get

turbolift.io.EffectfulVar.Get
sealed trait Get[A, U <: IO]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait EffectfulVar[A, U]

Members list

Value members

Concrete methods

final def get: Computation[A, U & Broken]
final def getOption: Computation[Option[A], U]
final def getOrCancel: Computation[A, U]
final def getOrElse(e: => Nothing): Computation[A, U]