Method Concurrent.Future()->transform()
- Method transform
this_program
transform(function
(mixed
,mixed
... :mixed
)success
,function
(mixed
,mixed
... :mixed
)|void
failure
,mixed
...extra
)- Description
Return a Future that will be fulfilled with either the result of applying
success
with the fulfilled result followed byextra
, or the result of applyingfailure
with the failed result followed byextra
.failure
defaults tosuccess
.- See also