extractBoolean

val A_Atom.extractBoolean: 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.