Get

turbolift.io.OnceVar.Get
sealed trait Get[A]

Attributes

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

Members list

Value members

Abstract methods

def unsafeAsThunk: () => A
def unsafeTryGet: Option[A]

Concrete methods

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