Method Concurrent.Future()->filter()
- Method filter
this_programfilter(function(mixed,mixed... :bool)fun,mixed...extra)- Description
Return a Future that either will by fulfilled by the fulfilled result of this Future if applying
funwith the result followed byextrareturns true, or will fail with UNDEFINED if it returns false.