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

Method increment

src/main/java/groovy/lang/ObjectRange.java:561–563  ·  view source on GitHub ↗

Increments by one @param value the value to increment @return the incremented value

(Object value)

Source from the content-addressed store, hash-verified

559 * @return the incremented value
560 */
561 protected Object increment(Object value) {
562 return InvokerHelper.invokeMethod(value, "next", null);
563 }
564
565 /**
566 * Decrements by one

Callers 1

peekMethod · 0.45

Calls 1

invokeMethodMethod · 0.95

Tested by

no test coverage detected