Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BruceEckel/OnJava8-Examples
/ roll
Method
roll
concurrent/Pizza.java:34–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
return
next();
33
}
34
public
Pizza roll() {
return
next(Step.DOUGH); }
35
public
Pizza sauce() {
return
next(Step.ROLLED); }
36
public
Pizza cheese() {
return
next(Step.SAUCED); }
37
public
Pizza toppings() {
return
next(Step.CHEESED); }
Callers
nothing calls this directly
Calls
1
next
Method · 0.95
Tested by
no test coverage detected