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