|
|
6.116 Promise
- Defined in namespace Smalltalk
- Category: Language-Data types
6.116.1 Promise class: creating instances
- null
- This method should not be called for instances of this class.
6.116.2 Promise: accessing
- hasValue
- Answer whether we already have a value.
- value
- Get the value of the receiver.
- value: anObject
- Set the value of the receiver.
6.116.3 Promise: initializing
- initialize
- Private - set the initial state of the receiver
|