C# Class clojure.lang.Delay

Implements a delay of a function call.
Inheritance: IDeref, IPending
Afficher le fichier Open project: richhickey/clojure-clr

Méthodes publiques

Méthode Description
Delay ( IFn fn ) : System.Runtime.CompilerServices

Construct a delay for a function.

isRealized ( ) : bool

Private Methods

Méthode Description
deref ( ) : object
force ( object x ) : object

Method Details

Delay() public méthode

Construct a delay for a function.
public Delay ( IFn fn ) : System.Runtime.CompilerServices
fn IFn The function to delay.
Résultat System.Runtime.CompilerServices

isRealized() public méthode

public isRealized ( ) : bool
Résultat bool