Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
public
interface
Operations {
9
void
execute();
10
static
void
runOps(Operations... ops) {
11
for
(Operations op : ops)
12
op.execute();
Callers
7
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
main
Method · 0.65
Implementers
3
Bing
interfaces/Machine.java
Crack
interfaces/Machine.java
Twist
interfaces/Machine.java
Calls
no outgoing calls
Tested by
no test coverage detected