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