There are often times actions that I want to do to clear a broken breaker which might mean initializing more than one system. ``` java breaker1.ifBrokeOrBroke(breaker2) { //do something if either breaker is broken } ```
There are often times actions that I want to do to clear a broken breaker which might mean initializing more than one system.