chain<E>(oe: Supplier< Future<E> >): FutureBuilder4<A, B, C, D, E> {
        return new FutureBuilder4(this.oa, this.ob, this.oc, this.od, oe);
    }