MCPcopy Index your code
hub / github.com/BruceEckel/OnJava8-Examples / ready

Method ready

innerclasses/controller/Event.java:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 eventTime = Instant.now().plus(delayTime);
18 }
19 public boolean ready() {
20 return Instant.now().isAfter(eventTime);
21 }
22 public abstract void action();
23}

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected