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