run<C>(f: (a: A, b: B) => C): Try<C> {
        return this.oa.apply1(this.ob, f);
    }