addAllElseIfBuilders: function(elseIfFlowBuilders) {
            if (this.elseFlowBuilder) {
                throw Throwables.bug("IllegalState", {}, "IfFlow already has an ElseFlowBuilder");
            }
            this.elseIfBuilderList.addAll(elseIfFlowBuilders);