HBool class
HBool defines singletons for true/false tag values.
See Project Haystack
Properties
Methods
-
compareTo(
Object that) → int -
Returns sort order as negative, 0, or positive.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
Raise UnsupportedOperationException
override
-
toString(
) → String -
Encodes as "true" or "false"
override
-
toZinc(
) → String -
Encodes as "T" or "F"
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited