Method Concurrent.Future()->map()
- Method map
this_programmap(function(mixed,mixed... :mixed)fun,mixed...extra)- Description
Return a Future that will be fulfilled with the result of applying
funwith the fulfilled result of this Future followed byextra.