clojure.lang
Class Delay

java.lang.Object
  extended by clojure.lang.Delay
All Implemented Interfaces:
IDeref, IPending

public class Delay
extends Object
implements IDeref, IPending


Constructor Summary
Delay(IFn fn)
           
 
Method Summary
 Object deref()
           
static Object force(Object x)
           
 boolean isRealized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delay

public Delay(IFn fn)
Method Detail

force

public static Object force(Object x)

deref

public Object deref()
Specified by:
deref in interface IDeref

isRealized

public boolean isRealized()
Specified by:
isRealized in interface IPending


Copyright © 2014. All Rights Reserved.