run<F>(f: (a: A, b: B, c: C, d: D, e: E) => F): Try<F> {
        return this.oa.apply4(this.ob, this.oc, this.od, this.oe, f);
    }