chain<C>(oc: Supplier< Future<C> >): FutureBuilder2<A, B, C> {
        return new FutureBuilder2(this.oa, this.ob, oc);
    }