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

Method execute

onjava/Operations.java:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8public interface Operations {
9 void execute();
10 static void runOps(Operations... ops) {
11 for(Operations op : ops)
12 op.execute();

Callers 7

mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65
mainMethod · 0.65

Implementers 3

Binginterfaces/Machine.java
Crackinterfaces/Machine.java
Twistinterfaces/Machine.java

Calls

no outgoing calls

Tested by

no test coverage detected