Next: , Previous: , Up: Boolean   [Index]


1.13.2 Boolean: basic

& aBoolean

This method’s functionality should be implemented by subclasses of Boolean

and: aBlock

This method’s functionality should be implemented by subclasses of Boolean

eqv: aBoolean

This method’s functionality should be implemented by subclasses of Boolean

ifFalse: falseBlock

This method’s functionality should be implemented by subclasses of Boolean

ifFalse: falseBlock ifTrue: trueBlock

This method’s functionality should be implemented by subclasses of Boolean

ifTrue: trueBlock

This method’s functionality should be implemented by subclasses of Boolean

ifTrue: trueBlock ifFalse: falseBlock

This method’s functionality should be implemented by subclasses of Boolean

not

This method’s functionality should be implemented by subclasses of Boolean

or: aBlock

This method’s functionality should be implemented by subclasses of Boolean

xor: aBoolean

This method’s functionality should be implemented by subclasses of Boolean

| aBoolean

This method’s functionality should be implemented by subclasses of Boolean