@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Boolean")
public class JsBoolean
extends JsObject
| Constructor and Description |
|---|
JsBoolean()
The Boolean() constructor is used to create Boolean objects.
|
JsBoolean(java.lang.Object value)
The Boolean() constructor is used to create Boolean objects.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString_()
The toString() method returns a string representing the specified Boolean object.
|
boolean |
valueOf()
The valueOf() method returns the primitive value of a Boolean object.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, valueOf_, valuespublic JsBoolean(@Nullable
java.lang.Object value)
public JsBoolean()
public boolean valueOf()
@JsMethod(name="toString") @Nonnull public java.lang.String toString_()
toString_ in class JsObject