| Method | Defined by | ||
|---|---|---|---|
|
clone(b:Boolean):Boolean
[static]
Returns a copy by reference of this boolean.
| BooleanUtil | ||
|
copy(b:Boolean):Boolean
[static]
Returns a copy by value of this object.
| BooleanUtil | ||
|
equals(b1:Boolean, b2:Boolean):Boolean
[static]
Compares if two Booleans are equal by value.
| BooleanUtil | ||
|
toBoolean(b:Boolean):Boolean
[static]
Converts to an equivalent Boolean value.
| BooleanUtil | ||
|
toNumber(b:Boolean):Number
[static]
Converts to an equivalent Number value.
| BooleanUtil | ||
|
toObject(b:Boolean):Object
[static]
Converts to an equivalent Object value.
| BooleanUtil | ||
|
toSource(b:Boolean, ... rest):String
[static]
Returns a string representation of the source code of the boolean.
| BooleanUtil | ||
| clone | () | method |
public static function clone(b:Boolean):BooleanReturns a copy by reference of this boolean.
Parametersb:Boolean |
Boolean — a copy by reference of this boolean.
|
| copy | () | method |
public static function copy(b:Boolean):BooleanReturns a copy by value of this object.
Parametersb:Boolean |
Boolean — a copy by value of this object.
|
| equals | () | method |
public static function equals(b1:Boolean, b2:Boolean):BooleanCompares if two Booleans are equal by value.
Parametersb1:Boolean |
|
b2:Boolean |
Boolean |
| toBoolean | () | method |
public static function toBoolean(b:Boolean):BooleanConverts to an equivalent Boolean value.
Parametersb:Boolean |
Boolean |
| toNumber | () | method |
public static function toNumber(b:Boolean):NumberConverts to an equivalent Number value.
Parametersb:Boolean |
Number |
| toObject | () | method |
public static function toObject(b:Boolean):ObjectConverts to an equivalent Object value.
Parametersb:Boolean |
Object |
| toSource | () | method |
public static function toSource(b:Boolean, ... rest):StringReturns a string representation of the source code of the boolean.
Parametersb:Boolean |
|
... rest |
String — a string representation of the source code of the boolean.
|