Returns a composed Call that calls this Call followed by next.
next
Call then(Call next) => () { this(); next(); };