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

Method sauce

concurrent/Pizza.java:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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); }
38 public Pizza bake() { return next(Step.TOPPED); }

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected