()
| 74 | } |
| 75 | |
| 76 | private static Apple2e getComputer() { |
| 77 | return getInstance().computer; |
| 78 | } |
| 79 | |
| 80 | public static void whileSuspended(Consumer<Apple2e> action) { |
| 81 | withComputer(c->c.getMotherboard().whileSuspended(()->action.accept(c))); |
no test coverage detected