extract Boolean
Extract a Java boolean from this atom. The atom must be either the trueObject or the falseObject.
Return
true if it's the trueObject, false if it's the falseObject, and otherwise fail.
Extract a Java boolean from this atom. The atom must be either the trueObject or the falseObject.
true if it's the trueObject, false if it's the falseObject, and otherwise fail.