MCPcopy Index your code
hub / github.com/apache/groovy / produce

Method produce

benchmark/bench/pidigits.java:60–62  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

58 }
59
60 public Transformation produce(int i){
61 return ( inverse.qrst(10,-10*i,0,1) ).compose(z);
62 }
63
64 public Transformation consume(Transformation a){
65 return z.compose(a);

Callers 1

nextMethod · 0.95

Calls 2

qrstMethod · 0.80
composeMethod · 0.65

Tested by

no test coverage detected