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

Method bake

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

Source from the content-addressed store, hash-verified

36 public Pizza cheese() { return next(Step.SAUCED); }
37 public Pizza toppings() { return next(Step.CHEESED); }
38 public Pizza bake() { return next(Step.TOPPED); }
39 public Pizza slice() { return next(Step.BAKED); }
40 public Pizza box() { return next(Step.SLICED); }
41 public boolean complete() {

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected