public final class Ref<T extends Lazy<T>> extends java.lang.Object
Boxed references.
This is not a pure type.
private T
j
Ref(T a)
T
get()
void
put(T a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private T extends Lazy<T> j
Mutable reference to a frege object.
This is used for the IORef type in the Prelude.
public Ref(T a)
public T get()
public void put(T a)