chain<B>(ob: Supplier< Future<B> >): FutureBuilder1<A, B> {
        return new FutureBuilder1(this, ob);
    }