OnceVar

turbolift.io.OnceVar
See theOnceVar companion trait
object OnceVar

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
OnceVar.type

Members list

Type members

Classlikes

sealed trait Get[A]

Attributes

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

Attributes

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

Types

type Untyped = OnceVar[Any]

Value members

Concrete methods

def apply[A]: Computation[OnceVar[A], IO]
def create[A]: Computation[OnceVar[A], IO]
def unsafeCreate[A](): OnceVar[A]