return this.then(downstream => {
        if (check(downstream)) return ifOp.get(downstream);
        return elseOP.get(downstream);
    });