public void someMethod() { //... a bunch of code ... if (someCondition()) { return; //break the funtion } //... otherwise do the following... }