C# 클래스 clojure.lang.Delay

Implements a delay of a function call.
상속: IDeref, IPending
파일 보기 프로젝트 열기: richhickey/clojure-clr

공개 메소드들

메소드 설명
Delay ( IFn fn ) : System.Runtime.CompilerServices

Construct a delay for a function.

isRealized ( ) : bool

비공개 메소드들

메소드 설명
deref ( ) : object
force ( object x ) : object

메소드 상세

Delay() 공개 메소드

Construct a delay for a function.
public Delay ( IFn fn ) : System.Runtime.CompilerServices
fn IFn The function to delay.
리턴 System.Runtime.CompilerServices

isRealized() 공개 메소드

public isRealized ( ) : bool
리턴 bool