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

Method decrement

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

Decrements by one @param value the value to decrement @return the decremented value

(Object value)

Source from the content-addressed store, hash-verified

569 * @return the decremented value
570 */
571 protected Object decrement(Object value) {
572 return InvokerHelper.invokeMethod(value, "previous", null);
573 }
574
575 /**
576 * if operand is a Character or a String with one character, return that character's int value.

Callers 1

peekMethod · 0.45

Calls 1

invokeMethodMethod · 0.95

Tested by

no test coverage detected