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

Method getV7

src/main/java/groovy/lang/Tuple9.java:227–229  ·  view source on GitHub ↗

Returns the seventh element. @return the seventh element

()

Source from the content-addressed store, hash-verified

225 * @return the seventh element
226 */
227 public T7 getV7() {
228 return v7;
229 }
230
231 /**
232 * Returns the eighth element.

Callers 1

testTuple9Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple9Method · 0.76