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

Method getV2

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

Returns the second element. @return the second element

()

Source from the content-addressed store, hash-verified

166 * @return the second element
167 */
168 public T2 getV2() {
169 return v2;
170 }
171
172 /**
173 * Returns the third element.

Callers 1

testTuple8Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple8Method · 0.76