You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
laforge49 edited this page Nov 27, 2011
·
2 revisions
In AsyncFP, Sequence is a subclass of Actor. Sequence objects support a Functional Programming approach, e.g. filter, fold, map, etc. Sequences are a succession of key/value pairs, which means you can also do things like merge and intersection.