Method Concurrent.Future()->transform_with()
- Method transform_with
this_programtransform_with(function(mixed,mixed... :Future)success,function(mixed,mixed... :Future)|voidfailure,mixed...extra)- Description
Return a Future that will be fulfilled with either the fulfilled result of applying
successwith the fulfilled result followed byextra, or the fulfilled result of applyingfailurewith the failed result followed byextra.failuredefaults tosuccess.- See also