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