MCPcopy Create free account
hub / github.com/badvision/jace / whileSuspended

Method whileSuspended

src/main/java/jace/Emulator.java:80–82  ·  view source on GitHub ↗
(Consumer<Apple2e> action)

Source from the content-addressed store, hash-verified

78 }
79
80 public static void whileSuspended(Consumer<Apple2e> action) {
81 withComputer(c->c.getMotherboard().whileSuspended(()->action.accept(c)));
82 }
83
84 public static <T> T whileSuspended(Function<Apple2e, T> action, T defaultValue) {
85 return withComputer(c->c.getMotherboard().whileSuspended(()->action.apply(c), defaultValue), defaultValue);

Callers 14

startDragEventMethod · 0.95
runFileMethod · 0.95
brunMethod · 0.95
saveScreenshotRawMethod · 0.95
addListenerMethod · 0.95
removeListenerMethod · 0.95
runMethod · 0.95
calibrateTimingMethod · 0.95
reconfigureMethod · 0.95
boot0Method · 0.95
loadCheatsMethod · 0.95
saveCheatsMethod · 0.95

Calls 4

withComputerMethod · 0.95
getMotherboardMethod · 0.80
acceptMethod · 0.80
applyMethod · 0.80

Tested by

no test coverage detected