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

Method slice

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

Source from the content-addressed store, hash-verified

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() {
42 return step.equals(Step.BOXED);

Callers 1

LockAndModifyMethod · 0.45

Calls 1

nextMethod · 0.95

Tested by

no test coverage detected