OnceVarGet

turbolift.io.OnceVarGet
sealed trait OnceVarGet[A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait OnceVar[A]

Members list

Value members

Abstract methods

def unsafeTryGet: Option[A]

Concrete methods

final def get: Computation[A, IO]
final def tryGet: Computation[Option[A], IO]