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

Method getV7

src/main/java/groovy/lang/Tuple8.java:213–215  ·  view source on GitHub ↗

Returns the seventh element. @return the seventh element

()

Source from the content-addressed store, hash-verified

211 * @return the seventh element
212 */
213 public T7 getV7() {
214 return v7;
215 }
216
217 /**
218 * Returns the eighth element.

Callers 1

testTuple8Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple8Method · 0.76