- All Implemented Interfaces:
org.teavm.jso.JSObject
public abstract class JSWeakRef<T>
extends Object
implements org.teavm.jso.JSObject
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
JSWeakRef
public JSWeakRef(T value)
-
Method Details
-
deref
public abstract T deref()
-
-
isSupported
public static boolean isSupported()