MCPcopy Create free account
hub / github.com/apache/groovy / getMaximumNumberOfParameters

Method getMaximumNumberOfParameters

src/main/java/groovy/lang/Closure.java:623–625  ·  view source on GitHub ↗

@return the maximum number of parameters a doCall method of this closure can take

()

Source from the content-addressed store, hash-verified

621 * of this closure can take
622 */
623 public int getMaximumNumberOfParameters() {
624 return maximumNumberOfParameters;
625 }
626
627 /**
628 * @return a version of this closure which implements Writable. Note that

Callers 10

executeMethod · 0.45
handleNotificationMethod · 0.45
handleNotificationMethod · 0.45
ClosureConverterMethod · 0.45
putMethod · 0.45
putAllMethod · 0.45
callClosureForNodeMethod · 0.45
unionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected