Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9
-
Fix Version/s: 0.10
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
we can use call() instead or in addition to << in a number of places (e.g. actors, agents).
It nicely fits into the notion of message passing to an object by just calling the object
with a message.
See also: http://groovyconsole.appspot.com/script/116001
myActor(msg)
myActor msg
mySafe
{ println it }Activity
Vaclav Pech
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Vaclav Pech
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Vaclav Pech
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
Updated for agents and actors