Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Delay<T>

Type parameters

  • T

Hierarchy

  • Delay

Implements

  • IDeref<T>

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Delay(body: Fn0<T>): Delay

Properties

Protected body

body: Fn0<T>

Protected realized

realized: boolean

Protected value

value: T

Methods

deref

  • deref(): T

isRealized

  • isRealized(): boolean

Generated using TypeDoc