The same as seq but accepts a function that gets run after each error and using that erro decides if continue to try next functions.
function that decides about early breaking the sequential run
Rest
functions to run, you can either pass them as many arguments or just single arguments with array
Generated using TypeDoc
The same as seq but accepts a function that gets run after each error and using that erro decides if continue to try next functions.
Returns