- All Implemented Interfaces:
org.teavm.jso.JSObject
public abstract class JSBoolean
extends Object
implements org.teavm.jso.JSObject
-
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
-
Method Details
-
booleanValue
public final boolean booleanValue()
-
valueOf
public static JSBoolean valueOf(boolean value)