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

Method toppings

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

Source from the content-addressed store, hash-verified

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); }
39 public Pizza slice() { return next(Step.BAKED); }
40 public Pizza box() { return next(Step.SLICED); }

Callers

nothing calls this directly

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected