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